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": {
"fkie_nvd": {
"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\"}]}]}]",
"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.\"}]",
"id": "CVE-2023-24537",
"lastModified": "2024-11-29T12:15:05.507",
"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}]}",
"published": "2023-04-06T16:15:07.753",
"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\"}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-190\"}]}]"
},
"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_4093
Vulnerability from csaf_redhat - Published: 2023-07-20 17:32 - Updated: 2024-12-17 22:23Notes
{
"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": "2024-12-17T22:23:10+00:00",
"generator": {
"date": "2024-12-17T22:23:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-17T22:23:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.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-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-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-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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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"
}
],
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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"
}
],
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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_4335
Vulnerability from csaf_redhat - Published: 2023-08-08 00:36 - Updated: 2024-12-17 22:23Notes
{
"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": "cert-manager Operator for Red Hat OpenShift 1.10.3\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities\nand certificates as first-class resource types in the Kubernetes API. This makes it possible to provide\ncertificates-as-a-service to developers working within your Kubernetes cluster.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)",
"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:4335",
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4335.json"
}
],
"title": "Red Hat Security Advisory: Security Update for cert-manager Operator for Red Hat OpenShift 1.10.3",
"tracking": {
"current_release_date": "2024-12-17T22:23:58+00:00",
"generator": {
"date": "2024-12-17T22:23:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4335",
"initial_release_date": "2023-08-08T00:36:17+00:00",
"revision_history": [
{
"date": "2023-08-08T00:36:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-08T00:36:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:23:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cert Manager support for Red Hat OpenShift release",
"product": {
"name": "Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cert_manager:1.10::el9"
}
}
}
],
"category": "product_family",
"name": "Cert Manager support for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"product": {
"name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"product_id": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/cert-manager-operator-bundle\u0026tag=v1.10.3-4"
}
}
},
{
"category": "product_version",
"name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"product": {
"name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"product_id": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/cert-manager-operator-rhel9\u0026tag=v1.10.3-2"
}
}
},
{
"category": "product_version",
"name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"product": {
"name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"product_id": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9\u0026tag=v1.10.2-18"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64 as a component of Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64"
},
"product_reference": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"relates_to_product_reference": "9Base-CERT-MANAGER-1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64 as a component of Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64"
},
"product_reference": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"relates_to_product_reference": "9Base-CERT-MANAGER-1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64 as a component of Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
},
"product_reference": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"relates_to_product_reference": "9Base-CERT-MANAGER-1.10"
}
]
},
"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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:4093
Vulnerability from csaf_redhat - Published: 2023-07-20 17:32 - Updated: 2025-11-25 10:14Notes
{
"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": "2025-11-25T10:14:56+00:00",
"generator": {
"date": "2025-11-25T10:14:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-25T10:14:56+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-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.s390x"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.23.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-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-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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.23.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.23.1.el9_2.x86_64",
"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_3540
Vulnerability from csaf_redhat - Published: 2023-06-13 15:35 - Updated: 2024-12-17 22:20Notes
{
"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": "Red Hat OpenShift Container Platform release 4.13.3 is now available with updates to packages and images that fix several bugs and add enhancements.\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": "Red Hat build of MicroShift is Red Hat\u0027s light-weight Kubernetes orchestration solution designed for edge device deployments and is built from the edge capabilities of Red Hat OpenShift. MicroShift is an application that is deployed on top of Red Hat Enterprise Linux devices at the edge, providing an efficient way to operate single-node clusters in these low-resource environments.\n\nThis advisory contains the RPM packages for Red Hat build of MicroShift 4.13.3. Read the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3537\n\nRed Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\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.\n\nAll of the bug fixes may not be documented in this advisory. Read the\nfollowing release notes documentation for details about these changes:\n\nhttps://access.redhat.com/documentation/en-us/microshift/4.13/html/release_notes/index\n\nAll Red Hat build of MicroShift 4.13 users are advised to use these updated packages and images when they are available in the RPM repository.",
"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:3540",
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"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": "OCPBUGS-13548",
"url": "https://issues.redhat.com/browse/OCPBUGS-13548"
},
{
"category": "external",
"summary": "OCPBUGS-14276",
"url": "https://issues.redhat.com/browse/OCPBUGS-14276"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3540.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.3 bug fix and security update",
"tracking": {
"current_release_date": "2024-12-17T22:20:39+00:00",
"generator": {
"date": "2024-12-17T22:20:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3540",
"initial_release_date": "2023-06-13T15:35:11+00:00",
"revision_history": [
{
"date": "2023-06-13T15:35:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-13T15:35:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:20:39+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_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"product": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"product_id": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_id": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product": {
"name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_id": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product": {
"name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_id": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-release-info@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product": {
"name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_id": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-selinux@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src"
},
"product_reference": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64"
},
"product_reference": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64"
},
"product_reference": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
},
"product_reference": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
},
"product_reference": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
}
]
},
"vulnerabilities": [
{
"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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:4657
Vulnerability from csaf_redhat - Published: 2023-08-23 00:17 - Updated: 2025-11-25 10:15Notes
{
"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": "2025-11-25T10:15:05+00:00",
"generator": {
"date": "2025-11-25T10:15:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-25T10:15:05+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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-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_6474
Vulnerability from csaf_redhat - Published: 2023-11-07 08:52 - Updated: 2024-12-17 22:26Notes
{
"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": "2024-12-17T22:26:54+00:00",
"generator": {
"date": "2024-12-17T22:26:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-17T22:26:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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_3918
Vulnerability from csaf_redhat - Published: 2023-06-29 00:59 - Updated: 2024-12-17 22:22Notes
{
"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": "OpenShift API for Data Protection (OADP) 1.1.5 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": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es):\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: 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, 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:3918",
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3918.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.1.5 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:22:04+00:00",
"generator": {
"date": "2024-12-17T22:22:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3918",
"initial_release_date": "2023-06-29T00:59:02+00:00",
"revision_history": [
{
"date": "2023-06-29T00:59:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-29T00:59:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:22:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-OADP-1.1",
"product": {
"name": "8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.1::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"product_id": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"product_id": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"product_id": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"product_id": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"product_id": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"product_id": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-06-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-06-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3318
Vulnerability from csaf_redhat - Published: 2023-05-25 07:58 - Updated: 2025-11-25 10:13Notes
{
"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 go-toolset and golang is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nThe golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3318",
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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_3318.json"
}
],
"title": "Red Hat Security Advisory: go-toolset and golang security update",
"tracking": {
"current_release_date": "2025-11-25T10:13:09+00:00",
"generator": {
"date": "2025-11-25T10:13:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:3318",
"initial_release_date": "2023-05-25T07:58:07+00:00",
"revision_history": [
{
"date": "2023-05-25T07:58:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-25T07:58:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:13:09+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.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.src",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.src",
"product_id": "go-toolset-0:1.19.9-1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.src",
"product": {
"name": "golang-0:1.19.9-2.el9_2.src",
"product_id": "golang-0:1.19.9-2.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"product_id": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.aarch64",
"product": {
"name": "golang-0:1.19.9-2.el9_2.aarch64",
"product_id": "golang-0:1.19.9-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"product_id": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"product_id": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.ppc64le",
"product": {
"name": "golang-0:1.19.9-2.el9_2.ppc64le",
"product_id": "golang-0:1.19.9-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"product_id": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"product_id": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.x86_64",
"product": {
"name": "golang-0:1.19.9-2.el9_2.x86_64",
"product_id": "golang-0:1.19.9-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"product_id": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.9-2.el9_2.x86_64",
"product": {
"name": "golang-race-0:1.19.9-2.el9_2.x86_64",
"product_id": "golang-race-0:1.19.9-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.9-2.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.s390x",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.s390x",
"product_id": "go-toolset-0:1.19.9-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.s390x",
"product": {
"name": "golang-0:1.19.9-2.el9_2.s390x",
"product_id": "golang-0:1.19.9-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.s390x",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.s390x",
"product_id": "golang-bin-0:1.19.9-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-docs-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-docs-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.9-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-misc-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-misc-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.9-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-src-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-src-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.9-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-tests-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-tests-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.9-2.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64"
},
"product_reference": "golang-0:1.19.9-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le"
},
"product_reference": "golang-0:1.19.9-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x"
},
"product_reference": "golang-0:1.19.9-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src"
},
"product_reference": "golang-0:1.19.9-2.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64"
},
"product_reference": "golang-0:1.19.9-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-docs-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-misc-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64"
},
"product_reference": "golang-race-0:1.19.9-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-src-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-tests-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
}
]
},
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
},
"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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
}
],
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
}
],
"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.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
}
],
"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.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3455
Vulnerability from csaf_redhat - Published: 2023-06-05 23:42 - Updated: 2025-12-04 05:08Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift Serverless version 1.29.0 contains a moderate security impact.\n\nThe References section contains CVE links providing detailed severity ratings\nfor each vulnerability. Ratings are based on a Common Vulnerability Scoring\nSystem (CVSS) base score.",
"title": "Topic"
},
{
"category": "general",
"text": "Version 1.29.0 of the OpenShift Serverless Operator is supported on Red Hat\nOpenShift Container Platform versions 4.10, 4.11, 4.12, and 4.13.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fixes in this release include:\n\n- containerd: Supplementary groups are not set up properly(CVE-2023-25173)\n- golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding(CVE-2022-41723)\n- golang: net/http, mime/multipart: denial of service from excessive resource consumption(CVE-2022-41725)\n- golang: crypto/tls: large handshake records may cause panics(CVE-2022-41724)\n- golang: html/template: backticks not treated as string delimiters(CVE-2023-24538)\n- golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption(CVE-2023-24536)\n- golang: net/http, net/textproto: denial of service from excessive memory allocation(CVE-2023-24534)\n- golang: go/parser: Infinite loop in parsing(CVE-2023-24537)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, see the CVE pages 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:3455",
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
},
{
"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/openshift_container_platform/4.10/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"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": "2185507",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185507"
},
{
"category": "external",
"summary": "2185509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185509"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3455.json"
}
],
"title": "Red Hat Security Advisory: Release of OpenShift Serverless 1.29.0",
"tracking": {
"current_release_date": "2025-12-04T05:08:59+00:00",
"generator": {
"date": "2025-12-04T05:08:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3455",
"initial_release_date": "2023-06-05T23:42:42+00:00",
"revision_history": [
{
"date": "2023-06-05T23:42:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T23:42:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:08:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Serverless 1.29",
"product": {
"name": "Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_serverless:1.29::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Serverless"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.29.0-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"product": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"product_id": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle\u0026tag=1.29.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.29.0-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64"
},
"product_reference": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
}
]
},
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"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": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-06-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
}
]
}
RHSA-2023_3624
Vulnerability from csaf_redhat - Published: 2023-06-15 09:48 - Updated: 2024-12-17 22:21Notes
{
"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": "2024-12-17T22:21:12+00:00",
"generator": {
"date": "2024-12-17T22:21:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-17T22:21:12+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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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_6938
Vulnerability from csaf_redhat - Published: 2023-11-14 15:32 - Updated: 2024-12-17 22:27Notes
{
"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:4.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of 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* 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:6938",
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"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": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165743"
},
{
"category": "external",
"summary": "2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"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": "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": "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": "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": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2231464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231464"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6938.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:27:35+00:00",
"generator": {
"date": "2024-12-17T22:27:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6938",
"initial_release_date": "2023-11-14T15:32:31+00:00",
"revision_history": [
{
"date": "2023-11-14T15:32:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-14T15:32:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:27: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. 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": "container-tools:4.0:8090020230828093056:e7857ab1",
"product": {
"name": "container-tools:4.0:8090020230828093056:e7857ab1",
"product_id": "container-tools:4.0:8090020230828093056:e7857ab1",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"product": {
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"product_id": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
"product_reference": "container-tools:4.0:8090020230828093056:e7857ab1",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch"
},
"product_reference": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src as a component of container-tools:4.0:8090020230828093056:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1"
}
]
},
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-25809",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182884"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: Rootless runc makes `/sys/fs/cgroup` writable",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25809"
},
{
"category": "external",
"summary": "RHBZ#2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17",
"url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: Rootless runc makes `/sys/fs/cgroup` writable"
},
{
"cve": "CVE-2023-27561",
"cwe": {
"id": "CWE-41",
"name": "Improper Resolution of Path Equivalence"
},
"discovery_date": "2023-03-06T00:00:00+00:00",
"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": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-11-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: volume mount race condition (regression of CVE-2019-19921)"
},
{
"cve": "CVE-2023-28642",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182883"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28642"
},
{
"category": "external",
"summary": "RHBZ#2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c",
"url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Avoid using an untrusted container image.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"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:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration"
},
{
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"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-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch",
"AppStream-8.9.0.GA:container-tools:4.0:8090020230828093056:e7857ab1:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2024_2944
Vulnerability from csaf_redhat - Published: 2024-05-21 14:04 - Updated: 2024-12-17 22:42Notes
{
"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": "This is the multiarch release of the AMQ Broker 7.12.0 aligned Operator and associated container images on Red Hat Enterprise Linux 8 for the OpenShift Container Platform.\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 Middleware for OpenShift provides images for many of the Red Hat Middleware products for use within the OpenShift Container Platform cloud computing Platform-as-a-Service (PaaS) for on-premise or private cloud deployments.\n\nThis release of Red Hat AMQ Broker 7.12.0 includes security and bug fixes, and enhancements. For further information, refer to the release notes linked to in the References section.\n\nSecurity Fix(es):\n\n* (CVE-2023-24540) golang: html/template: improper handling of JavaScript whitespace\n* (CVE-2021-43565) golang.org/x/crypto: empty plaintext packet causes panic\n* (CVE-2022-21698) prometheus/client_golang: Denial of service using InstrumentHandlerCounter\n* (CVE-2022-27664) golang: net/http: handle server errors after sending GOAWAY\n* (CVE-2022-2879) golang: archive/tar: unbounded memory consumption when reading headers\n* (CVE-2022-2880) golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters\n* (CVE-2022-41678) Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE\n* (CVE-2022-41715) golang: regexp/syntax: limit memory used by parsing regexps\n* (CVE-2022-41723) net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n* (CVE-2022-41724) golang: crypto/tls: large handshake records may cause panics\n* (CVE-2022-41725) golang: net/http, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24534) golang: net/http, net/textproto: denial of service from excessive memory allocation\n* (CVE-2023-24536) golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24537) golang: go/parser: Infinite loop in parsing\n* (CVE-2023-24538) golang: html/template: backticks not treated as string delimiters\n* (CVE-2023-24539) golang: html/template: improper sanitization of CSS values\n* (CVE-2023-29400) golang: html/template: improper handling of empty HTML attributes\n* (CVE-2022-32189) golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service\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.\n\nFor information on supported configurations, see Red Hat AMQ Broker 7 Supported Configurations at https://access.redhat.com/articles/2791941",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:2944",
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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/documentation/en-us/red_hat_amq_broker/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_amq_broker/"
},
{
"category": "external",
"summary": "2030787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787"
},
{
"category": "external",
"summary": "2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "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": "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": "2252185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185"
},
{
"category": "external",
"summary": "ENTMQBR-8064",
"url": "https://issues.redhat.com/browse/ENTMQBR-8064"
},
{
"category": "external",
"summary": "ENTMQBR-8264",
"url": "https://issues.redhat.com/browse/ENTMQBR-8264"
},
{
"category": "external",
"summary": "ENTMQBR-8316",
"url": "https://issues.redhat.com/browse/ENTMQBR-8316"
},
{
"category": "external",
"summary": "ENTMQBR-8387",
"url": "https://issues.redhat.com/browse/ENTMQBR-8387"
},
{
"category": "external",
"summary": "ENTMQBR-8457",
"url": "https://issues.redhat.com/browse/ENTMQBR-8457"
},
{
"category": "external",
"summary": "ENTMQBR-8465",
"url": "https://issues.redhat.com/browse/ENTMQBR-8465"
},
{
"category": "external",
"summary": "ENTMQBR-8664",
"url": "https://issues.redhat.com/browse/ENTMQBR-8664"
},
{
"category": "external",
"summary": "ENTMQBR-8678",
"url": "https://issues.redhat.com/browse/ENTMQBR-8678"
},
{
"category": "external",
"summary": "ENTMQBR-8752",
"url": "https://issues.redhat.com/browse/ENTMQBR-8752"
},
{
"category": "external",
"summary": "ENTMQBR-8881",
"url": "https://issues.redhat.com/browse/ENTMQBR-8881"
},
{
"category": "external",
"summary": "ENTMQBR-8893",
"url": "https://issues.redhat.com/browse/ENTMQBR-8893"
},
{
"category": "external",
"summary": "ENTMQBR-8971",
"url": "https://issues.redhat.com/browse/ENTMQBR-8971"
},
{
"category": "external",
"summary": "ENTMQBR-8989",
"url": "https://issues.redhat.com/browse/ENTMQBR-8989"
},
{
"category": "external",
"summary": "ENTMQBR-9023",
"url": "https://issues.redhat.com/browse/ENTMQBR-9023"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2944.json"
}
],
"title": "Red Hat Security Advisory: AMQ Broker 7.12.0.OPR.1.GA Container Images release and security update",
"tracking": {
"current_release_date": "2024-12-17T22:42:15+00:00",
"generator": {
"date": "2024-12-17T22:42:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:2944",
"initial_release_date": "2024-05-21T14:04:45+00:00",
"revision_history": [
{
"date": "2024-05-21T14:04:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-21T14:04:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:42:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Middleware Containers for OpenShift",
"product": {
"name": "Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhosemc:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product_id": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product_id": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product": {
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product_id": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator-bundle\u0026tag=7.12.0-10"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product_id": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product_id": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product_id": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product_id": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product_id": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product_id": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64"
},
"product_reference": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-43565",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-12-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2030787"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s an input validation flaw in golang.org/x/crypto\u0027s readCipherPacket() function. An unauthenticated attacker who sends an empty plaintext packet to a program linked with golang.org/x/crypto/ssh could cause a panic, potentially leading to denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto: empty plaintext packet causes panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "go-toolset shipped with Red Hat Developer Tools - Compilers and golang shipped with Red Hat Enterprise Linux 8 are not affected by this flaw because they do not ship the vulnerable code.\n\nThis flaw was rated to have a Moderate impact because it is not shipped in the Golang standard library and thus has a reduced impact to products compared with other flaws of this type.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43565"
},
{
"category": "external",
"summary": "RHBZ#2030787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565"
}
],
"release_date": "2021-12-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto: empty plaintext packet causes panic"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-21698",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2045880"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "RHBZ#2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p",
"url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p"
}
],
"release_date": "2022-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124669"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: handle server errors after sending GOAWAY",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27664"
},
{
"category": "external",
"summary": "RHBZ#2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664"
},
{
"category": "external",
"summary": "https://go.dev/issue/54658",
"url": "https://go.dev/issue/54658"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ"
}
],
"release_date": "2022-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2113814"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded 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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "RHBZ#2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189"
},
{
"category": "external",
"summary": "https://go.dev/issue/53871",
"url": "https://go.dev/issue/53871"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU",
"url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU"
}
],
"release_date": "2022-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service"
},
{
"cve": "CVE-2022-41678",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2023-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252185"
}
],
"notes": [
{
"category": "description",
"text": "Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.\u00a0\n\nIn details, in ActiveMQ configurations, jetty allows\norg.jolokia.http.AgentServlet to handler request to /api/jolokia\n\norg.jolokia.http.HttpRequestHandler#handlePostRequest is able to\ncreate JmxRequest through JSONObject. And calls to\norg.jolokia.http.HttpRequestHandler#executeRequest.\n\nInto deeper calling stacks,\norg.jolokia.handler.ExecHandler#doHandleRequest can be invoked\nthrough refection. This could lead to RCE through via\nvarious mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.\n\n1 Call newRecording.\n\n2 Call setConfiguration. And a webshell data hides in it.\n\n3 Call startRecording.\n\n4 Call copyTo method. The webshell will be written to a .jsp file.\n\nThe mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.\nA more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41678"
},
{
"category": "external",
"summary": "RHBZ#2252185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41678"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_3536
Vulnerability from csaf_redhat - Published: 2023-06-13 15:19 - Updated: 2024-12-17 22:21Notes
{
"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.3 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.3. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3537\n\nSecurity Fix(es):\n\n* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)\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:3536",
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.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": "2196643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3536.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.3 packages and security update",
"tracking": {
"current_release_date": "2024-12-17T22:21:21+00:00",
"generator": {
"date": "2024-12-17T22:21:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3536",
"initial_release_date": "2023-06-13T15:19:13+00:00",
"revision_history": [
{
"date": "2023-06-13T15:19:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-13T15:19:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:21:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"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": "8Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el8"
}
}
},
{
"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": "python-flask-2:2.0.1-4.el9.2.src",
"product": {
"name": "python-flask-2:2.0.1-4.el9.2.src",
"product_id": "python-flask-2:2.0.1-4.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask@2.0.1-4.el9.2?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"product_id": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.src",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.src",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"product_id": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"product": {
"name": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"product_id": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask-doc@2.0.1-4.el9.2?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-flask-2:2.0.1-4.el9.2.noarch",
"product": {
"name": "python3-flask-2:2.0.1-4.el9.2.noarch",
"product_id": "python3-flask-2:2.0.1-4.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flask@2.0.1-4.el9.2?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-server@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-initscripts-updown@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.aarch64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.s390x"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.src"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.x86_64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.13.0-202305301841.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.src"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.aarch64"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.s390x"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.src"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.x86_64"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el9.src"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-test-0:4.13.0-202305301841.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-2:2.0.1-4.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src"
},
"product_reference": "python-flask-2:2.0.1-4.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-doc-2:2.0.1-4.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch"
},
"product_reference": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flask-2:2.0.1-4.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
},
"product_reference": "python3-flask-2:2.0.1-4.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
}
]
},
"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-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
}
],
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
}
],
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
}
],
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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",
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
},
{
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"cve": "CVE-2023-30861",
"cwe": {
"id": "CWE-488",
"name": "Exposure of Data Element to Wrong Session"
},
"discovery_date": "2023-05-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196643"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python Flask package. A cached response may contain data for one client sent by a proxy to other clients, including session cookies, resulting in the compromise of data confidentiality contained in the leak requests or cookies. This happens when the following conditions are met by the proxy\u0027s behavior regarding cookies and the application\u0027s behavior session usage:\r\n1. The caching proxy does not strip or ignore response with cookies\r\n2. The application sets a permanent session\r\n3. The application does not access or modify the session during requests\r\n4. SESSION_REFRESH_EACH_REQUEST is enabled, which is the default Flask behavior\r\n5. The application does not set the Cache-Control header to avoid being cached",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie 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": [
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-30861"
},
{
"category": "external",
"summary": "RHBZ#2196643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861"
},
{
"category": "external",
"summary": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b",
"url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b"
},
{
"category": "external",
"summary": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq",
"url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq"
}
],
"release_date": "2023-05-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-13T15:19:13+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": [
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header"
}
]
}
RHSA-2023:4986
Vulnerability from csaf_redhat - Published: 2023-09-06 07:56 - Updated: 2025-11-25 10:15Notes
{
"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": "Updated Red Hat OpenShift Distributed Tracing 2.9 container images are now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Red Hat OpenShift Distributed Tracing 2.9 container images have been released.\n\nUsers of Red Hat OpenShift Distributed Tracing 2.8 container images are advised to upgrade to these updated images, which contain backported patches to correct security issues, fix bugs, and include further enhancements.\n\nYou can find images updated by this advisory in Red Hat Container Catalog (see References).\n\nSecurity Fix(es):\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, 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:4986",
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
},
{
"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": "TRACING-2968",
"url": "https://issues.redhat.com/browse/TRACING-2968"
},
{
"category": "external",
"summary": "TRACING-3091",
"url": "https://issues.redhat.com/browse/TRACING-3091"
},
{
"category": "external",
"summary": "TRACING-3142",
"url": "https://issues.redhat.com/browse/TRACING-3142"
},
{
"category": "external",
"summary": "TRACING-3143",
"url": "https://issues.redhat.com/browse/TRACING-3143"
},
{
"category": "external",
"summary": "TRACING-3147",
"url": "https://issues.redhat.com/browse/TRACING-3147"
},
{
"category": "external",
"summary": "TRACING-3173",
"url": "https://issues.redhat.com/browse/TRACING-3173"
},
{
"category": "external",
"summary": "TRACING-3204",
"url": "https://issues.redhat.com/browse/TRACING-3204"
},
{
"category": "external",
"summary": "TRACING-3213",
"url": "https://issues.redhat.com/browse/TRACING-3213"
},
{
"category": "external",
"summary": "TRACING-3243",
"url": "https://issues.redhat.com/browse/TRACING-3243"
},
{
"category": "external",
"summary": "TRACING-3312",
"url": "https://issues.redhat.com/browse/TRACING-3312"
},
{
"category": "external",
"summary": "TRACING-3322",
"url": "https://issues.redhat.com/browse/TRACING-3322"
},
{
"category": "external",
"summary": "TRACING-3396",
"url": "https://issues.redhat.com/browse/TRACING-3396"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4986.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Distributed Tracing 2.9.0 security update",
"tracking": {
"current_release_date": "2025-11-25T10:15:39+00:00",
"generator": {
"date": "2025-11-25T10:15:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4986",
"initial_release_date": "2023-09-06T07:56:11+00:00",
"revision_history": [
{
"date": "2023-09-06T07:56:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-09-06T07:56:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:15:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 2.9",
"product": {
"name": "Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:2.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"product_id": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"product_id": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"product_id": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"product_id": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"product_id": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"product_id": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"product_id": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"product_id": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"product_id": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
}
]
},
"vulnerabilities": [
{
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
}
],
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
},
{
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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",
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
},
{
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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",
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
},
{
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
}
]
}
RHSA-2023:6474
Vulnerability from csaf_redhat - Published: 2023-11-07 08:52 - Updated: 2025-12-04 05:09Notes
{
"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": "2025-12-04T05:09:55+00:00",
"generator": {
"date": "2025-12-04T05:09:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"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": "2025-12-04T05:09:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis controls ensure that security flaws, including XSS vulnerabilities, are detected early in development by scanning code for improper input handling. This prevents vulnerable code from reaching production and encourages our developers to follow secure coding practices.\n\nSystem monitoring controls play a crucial role in detecting and responding to XSS attacks by analyzing logs, monitoring user behavior, and generating alerts for suspicious activity. Meanwhile, AWS WAF (Web Application Firewall) adds an extra layer of defense by filtering and blocking malicious input before it reaches the platform and/or application. Together, these controls create a defense-in-depth approach, reducing the risk of XSS exploitation by preventing, detecting, and mitigating attacks at multiple levels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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_6363
Vulnerability from csaf_redhat - Published: 2023-11-07 08:33 - Updated: 2024-12-17 22:26Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: 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: 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\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:6363",
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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": "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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6363.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2024-12-17T22:26:10+00:00",
"generator": {
"date": "2024-12-17T22:26:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6363",
"initial_release_date": "2023-11-07T08:33:26+00:00",
"revision_history": [
{
"date": "2023-11-07T08:33:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:33:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:26:10+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": "skopeo-2:1.13.3-1.el9.src",
"product": {
"name": "skopeo-2:1.13.3-1.el9.src",
"product_id": "skopeo-2:1.13.3-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src"
},
"product_reference": "skopeo-2:1.13.3-1.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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",
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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: 2024-12-17 22:23Notes
{
"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-81",
"url": "https://issues.redhat.com/browse/MTA-81"
},
{
"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-83",
"url": "https://issues.redhat.com/browse/MTA-83"
},
{
"category": "external",
"summary": "MTA-84",
"url": "https://issues.redhat.com/browse/MTA-84"
},
{
"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-89",
"url": "https://issues.redhat.com/browse/MTA-89"
},
{
"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-91",
"url": "https://issues.redhat.com/browse/MTA-91"
},
{
"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-93",
"url": "https://issues.redhat.com/browse/MTA-93"
},
{
"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": "2024-12-17T22:23:36+00:00",
"generator": {
"date": "2024-12-17T22:23:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-17T22:23:36+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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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:4335
Vulnerability from csaf_redhat - Published: 2023-08-08 00:36 - Updated: 2025-11-21 18:42Notes
{
"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": "cert-manager Operator for Red Hat OpenShift 1.10.3\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities\nand certificates as first-class resource types in the Kubernetes API. This makes it possible to provide\ncertificates-as-a-service to developers working within your Kubernetes cluster.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)",
"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:4335",
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4335.json"
}
],
"title": "Red Hat Security Advisory: Security Update for cert-manager Operator for Red Hat OpenShift 1.10.3",
"tracking": {
"current_release_date": "2025-11-21T18:42:44+00:00",
"generator": {
"date": "2025-11-21T18:42:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:4335",
"initial_release_date": "2023-08-08T00:36:17+00:00",
"revision_history": [
{
"date": "2023-08-08T00:36:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-08T00:36:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:42:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cert Manager support for Red Hat OpenShift release",
"product": {
"name": "Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cert_manager:1.10::el9"
}
}
}
],
"category": "product_family",
"name": "Cert Manager support for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"product": {
"name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"product_id": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/cert-manager-operator-bundle\u0026tag=v1.10.3-4"
}
}
},
{
"category": "product_version",
"name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"product": {
"name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"product_id": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/cert-manager-operator-rhel9\u0026tag=v1.10.3-2"
}
}
},
{
"category": "product_version",
"name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"product": {
"name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"product_id": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9\u0026tag=v1.10.2-18"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64 as a component of Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64"
},
"product_reference": "cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"relates_to_product_reference": "9Base-CERT-MANAGER-1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64 as a component of Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64"
},
"product_reference": "cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"relates_to_product_reference": "9Base-CERT-MANAGER-1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64 as a component of Cert Manager support for Red Hat OpenShift release",
"product_id": "9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
},
"product_reference": "cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64",
"relates_to_product_reference": "9Base-CERT-MANAGER-1.10"
}
]
},
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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",
"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-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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-08T00:36:17+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_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": [
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-bundle@sha256:93d51d9d99ceb65ff655920c7fde00c1187b0184c13157eb54477e1b933af4dc_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/cert-manager-operator-rhel9@sha256:1b6ff9fabc257c2bdfcad7495b16ade6dbc40059ace34261ae4872054baece4d_amd64",
"9Base-CERT-MANAGER-1.10:cert-manager/jetstack-cert-manager-rhel9@sha256:a0d9da23b6759a6c1e3f388f082de239c09205f3f6e49afed2b6f3c7dd9fcc1f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:6363
Vulnerability from csaf_redhat - Published: 2023-11-07 08:33 - Updated: 2025-12-03 21:57Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: 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: 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\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:6363",
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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": "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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6363.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2025-12-03T21:57:31+00:00",
"generator": {
"date": "2025-12-03T21:57:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:6363",
"initial_release_date": "2023-11-07T08:33:26+00:00",
"revision_history": [
{
"date": "2023-11-07T08:33:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:33:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:57:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (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": "skopeo-2:1.13.3-1.el9.src",
"product": {
"name": "skopeo-2:1.13.3-1.el9.src",
"product_id": "skopeo-2:1.13.3-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src"
},
"product_reference": "skopeo-2:1.13.3-1.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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",
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.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:33:26+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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:4664
Vulnerability from csaf_redhat - Published: 2023-08-16 14:09 - Updated: 2025-12-03 21:56Notes
{
"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 Virtualization release 4.13.3 is now available with updates to packages and images that fix several bugs and add enhancements.\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": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.3 images.\n\nSecurity Fix(es):\n\n* openshift: OCP \u0026 FIPS mode (CVE-2023-3089)\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: 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.\n\nBug Fix(es):\n\n* Consistency in naming mediatedDevicesTypes and nodemediatedDeviceTypes (BZ#2054863)\n\n* \"failed to sync guest time\" log spam in destination virt-launcher pod during VM live migration (BZ#2064160)\n\n* Missing documentation for snapshot recording rules (BZ#2143165)\n\n* KubevirtHyperconvergedClusterOperatorCRModification alert in firing state during cnv upgrade (4.11.2-\u003e4.12.0) (BZ#2154319)\n\n* VMExport: can\u0027t download a PVC that was created from DV on NFS (when there\u0027s no VM that owns this PVC) - the storage doesn\u0027t support fsGroup (BZ#2156525)\n\n* Unable to do post-copy migration (BZ#2164836)\n\n* empty libvirt metrics output, when executing metrics Prometheus query on a vm that is paused status (BZ#2172544)\n\n* The filter items on instanceType page is not horizontal aligned (BZ#2174744)\n\n* \"No NetworkAttachmentDefinitions available\" should not show when editing pod networking (BZ#2175651)\n\n* CNV 4.13 nightly | manually increasing the number of virt-api pods does not work (BZ#2175710)\n\n* The volume in instanceTypes page should be selected automatically just after it\u0027s been added (BZ#2177977)\n\n* PVC size is not readable while selecting \"PVC (creates PVC)\" in disk modal (BZ#2180666)\n\n* \"Copy SSH command\" get undefined user (BZ#2180719)\n\n* [Nonpriv] VM Memory does not show in details card of overview or details tab (BZ#2181432)\n\n* spec.firmware.bootloader is not copied while cloning a UEFI VM (BZ#2181515)\n\n* kubevirt-plugin (now kubevirt-console-plugin) ignores node placement configuration (BZ#2181999)\n\n* VM metrics graphs are render incorrectly (BZ#2182000)\n\n* Restore VM\u0027s pretty names (BZ#2182317)\n\n* Cannot clone VM to other namespace if the VM is created from instanceType (BZ#2182938)\n\n* \"No data available\" shows on Virtualization overview metrics chart (BZ#2183915)\n\n* Some CNV installation components are missing required labels (BZ#2187509)\n\n* Custom SELinux policy for virt_launcher still present on CNV with DisableCustomSELinuxPolicy feature gate enabled (BZ#2188144)\n\n* VM created from CD source registry cannot be started due to InvalidImageName (BZ#2189744)\n\n* lun cannot be used with DVs (BZ#2190171)\n\n* [4.13.z] Missing\u00a0virtctl vmexport download manifests command (BZ#2203727)\n\n* [4.13]Missing StorageProfile defaults for IBM and AWS EFS CSI provisioners (BZ#2220844)\n\n* [cnv-4.13] isolateEmulatorThread should not block live migration (BZ#2229148)",
"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:4664",
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"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": "2054863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2054863"
},
{
"category": "external",
"summary": "2064160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064160"
},
{
"category": "external",
"summary": "2130604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130604"
},
{
"category": "external",
"summary": "2143165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143165"
},
{
"category": "external",
"summary": "2154319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154319"
},
{
"category": "external",
"summary": "2156525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156525"
},
{
"category": "external",
"summary": "2164836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164836"
},
{
"category": "external",
"summary": "2172544",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172544"
},
{
"category": "external",
"summary": "2174744",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174744"
},
{
"category": "external",
"summary": "2175651",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175651"
},
{
"category": "external",
"summary": "2175710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175710"
},
{
"category": "external",
"summary": "2177977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177977"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2180666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180666"
},
{
"category": "external",
"summary": "2180719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180719"
},
{
"category": "external",
"summary": "2181432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181432"
},
{
"category": "external",
"summary": "2181515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181515"
},
{
"category": "external",
"summary": "2181999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181999"
},
{
"category": "external",
"summary": "2182000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182000"
},
{
"category": "external",
"summary": "2182317",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182317"
},
{
"category": "external",
"summary": "2182938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182938"
},
{
"category": "external",
"summary": "2183915",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183915"
},
{
"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": "2187509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187509"
},
{
"category": "external",
"summary": "2188144",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188144"
},
{
"category": "external",
"summary": "2189744",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189744"
},
{
"category": "external",
"summary": "2190171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190171"
},
{
"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": "2203727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203727"
},
{
"category": "external",
"summary": "2212085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085"
},
{
"category": "external",
"summary": "2220844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220844"
},
{
"category": "external",
"summary": "2221913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221913"
},
{
"category": "external",
"summary": "2229148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229148"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4664.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.3 Images security and bug fix update",
"tracking": {
"current_release_date": "2025-12-03T21:56:34+00:00",
"generator": {
"date": "2025-12-03T21:56:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:4664",
"initial_release_date": "2023-08-16T14:09:26+00:00",
"revision_history": [
{
"date": "2023-08-16T14:09:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-16T14:09:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "CNV 4.13 for RHEL 9",
"product": {
"name": "CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.3.rhel9--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.3-4"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.3-9"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.3.rhel9--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.3-4"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.3-9"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-08-16T14:09:26+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-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3367
Vulnerability from csaf_redhat - Published: 2023-06-07 01:50 - Updated: 2025-12-03 21:56Notes
{
"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.2 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 container images for Red Hat OpenShift Container Platform 4.13.2. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3366\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\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: 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.\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:3367",
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.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": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "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": "OCPBUGS-10493",
"url": "https://issues.redhat.com/browse/OCPBUGS-10493"
},
{
"category": "external",
"summary": "OCPBUGS-12864",
"url": "https://issues.redhat.com/browse/OCPBUGS-12864"
},
{
"category": "external",
"summary": "OCPBUGS-13334",
"url": "https://issues.redhat.com/browse/OCPBUGS-13334"
},
{
"category": "external",
"summary": "OCPBUGS-13927",
"url": "https://issues.redhat.com/browse/OCPBUGS-13927"
},
{
"category": "external",
"summary": "OCPBUGS-13974",
"url": "https://issues.redhat.com/browse/OCPBUGS-13974"
},
{
"category": "external",
"summary": "OCPBUGS-14027",
"url": "https://issues.redhat.com/browse/OCPBUGS-14027"
},
{
"category": "external",
"summary": "OCPBUGS-14048",
"url": "https://issues.redhat.com/browse/OCPBUGS-14048"
},
{
"category": "external",
"summary": "OCPBUGS-14091",
"url": "https://issues.redhat.com/browse/OCPBUGS-14091"
},
{
"category": "external",
"summary": "OCPBUGS-14108",
"url": "https://issues.redhat.com/browse/OCPBUGS-14108"
},
{
"category": "external",
"summary": "OCPBUGS-14127",
"url": "https://issues.redhat.com/browse/OCPBUGS-14127"
},
{
"category": "external",
"summary": "OCPBUGS-14180",
"url": "https://issues.redhat.com/browse/OCPBUGS-14180"
},
{
"category": "external",
"summary": "OCPBUGS-646",
"url": "https://issues.redhat.com/browse/OCPBUGS-646"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3367.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.2 bug fix and security update",
"tracking": {
"current_release_date": "2025-12-03T21:56:18+00:00",
"generator": {
"date": "2025-12-03T21:56:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3367",
"initial_release_date": "2023-06-07T01:50:35+00:00",
"revision_history": [
{
"date": "2023-06-07T01:50:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-07T01:50:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:18+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": "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": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"product_id": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"product": {
"name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"product_id": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.ge540ced.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.13.0-202305262054.p0.g2b914c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"product_id": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"product": {
"name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"product_id": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.13.0-202305262054.p0.g283a614.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.13.0-202305291154.p0.gee5bee3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.13.0-202305291154.p0.g1bf2c2a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.13.0-202305291154.p0.g2ba6060.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.13.0-202305291154.p0.gf524f2c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g3055dbe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"product_id": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"product_id": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.13.0-202305262054.p0.g74d3207.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"product_id": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"product": {
"name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"product_id": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"product": {
"name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"product_id": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"product": {
"name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"product_id": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"product": {
"name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"product_id": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"product_id": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"product_id": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"product": {
"name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"product_id": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"product_id": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"product_id": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"product_id": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gb5200ba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.13.0-202305262054.p0.g68c0ecf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"product": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.g0f4b92a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"product": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4c0f96a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g946daa0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4251ed3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gd8fa531.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb6dee5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g4969655.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g9885d4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g202e8af.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g67bda47.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gfd94a03.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g994c32c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"product_id": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1640c42.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gc75f7e3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g66dcaf9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.ge83df2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8765166.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"product_id": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"product_id": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.13.0-202305262054.p0.gba3b3a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.13.0-202305262054.p0.g2c0c0ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"product_id": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"product": {
"name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"product_id": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"product": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g4d1c58e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbe43191.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.ge0e89f1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gb408505.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1303656.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbf49c5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"product_id": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gab111cf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gab111cf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.ge9a6538.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g24e08dd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.13.0-202305262054.p0.ge10dc55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"product_id": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"product": {
"name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"product_id": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"product_id": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"product": {
"name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"product_id": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"product_id": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"product": {
"name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"product_id": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.13.0-202305291154.p0.gee5bee3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.13.0-202305291154.p0.g1bf2c2a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.13.0-202305291154.p0.g2ba6060.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.13.0-202305291154.p0.gf524f2c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"product_id": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"product_id": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"product_id": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"product_id": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"product": {
"name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"product_id": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"product": {
"name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"product_id": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"product": {
"name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"product_id": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"product": {
"name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"product_id": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"product_id": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"product_id": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"product": {
"name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"product_id": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"product_id": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"product_id": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"product_id": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g946daa0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4251ed3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gd8fa531.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb6dee5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g4969655.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g9885d4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g202e8af.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g67bda47.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gfd94a03.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g994c32c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"product_id": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8765166.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"product_id": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"product": {
"name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"product_id": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"product_id": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.13.0-202305262054.p0.gba3b3a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.13.0-202305262054.p0.g2c0c0ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"product_id": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"product": {
"name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"product_id": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"product_id": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"product_id": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"product": {
"name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"product_id": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"product_id": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"product_id": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"product_id": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"product": {
"name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"product_id": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.ge540ced.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.13.0-202305262054.p0.g2b914c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"product_id": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"product": {
"name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"product_id": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"product_id": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"product_id": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g3055dbe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"product_id": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"product_id": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"product_id": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"product": {
"name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"product_id": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"product_id": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"product": {
"name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"product_id": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"product": {
"name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"product_id": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"product_id": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"product_id": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"product": {
"name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"product_id": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"product": {
"name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"product_id": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"product_id": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"product_id": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"product_id": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"product_id": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"product_id": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"product": {
"name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"product_id": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"product_id": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"product_id": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"product_id": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"product": {
"name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"product_id": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"product_id": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.ge0e89f1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gb408505.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1303656.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbf49c5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"product_id": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"product_id": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"product_id": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"product_id": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"product": {
"name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"product_id": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"product_id": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"product_id": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"product_id": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"product": {
"name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"product_id": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_id": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"product_id": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"product": {
"name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"product_id": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.13.0-202305262054.p0.g283a614.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"product_id": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"product_id": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"product_id": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"product": {
"name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"product_id": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"product": {
"name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"product_id": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"product": {
"name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"product_id": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"product": {
"name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"product_id": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"product": {
"name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"product_id": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"product": {
"name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"product_id": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"product_id": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"product": {
"name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"product_id": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"product": {
"name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"product_id": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"product": {
"name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"product_id": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"product_id": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"product": {
"name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"product_id": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"product_id": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"product_id": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_id": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1640c42.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gc75f7e3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g66dcaf9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.ge83df2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"product_id": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"product": {
"name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"product_id": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"product_id": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"product_id": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"product_id": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"product": {
"name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"product_id": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"product_id": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"product_id": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"product_id": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"product_id": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"product_id": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"product": {
"name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"product_id": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64"
},
"product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64"
},
"product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le"
},
"product_reference": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64"
},
"product_reference": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x"
},
"product_reference": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64"
},
"product_reference": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le"
},
"product_reference": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x"
},
"product_reference": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64"
},
"product_reference": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64"
},
"product_reference": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64"
},
"product_reference": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x"
},
"product_reference": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64"
},
"product_reference": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64"
},
"product_reference": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64"
},
"product_reference": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le"
},
"product_reference": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x"
},
"product_reference": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64"
},
"product_reference": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le"
},
"product_reference": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64"
},
"product_reference": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x"
},
"product_reference": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x"
},
"product_reference": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x"
},
"product_reference": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le"
},
"product_reference": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x"
},
"product_reference": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x"
},
"product_reference": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64"
},
"product_reference": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le"
},
"product_reference": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x"
},
"product_reference": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x"
},
"product_reference": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64"
},
"product_reference": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64"
},
"product_reference": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le"
},
"product_reference": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64"
},
"product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x"
},
"product_reference": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64"
},
"product_reference": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64"
},
"product_reference": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x"
},
"product_reference": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le"
},
"product_reference": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le"
},
"product_reference": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64"
},
"product_reference": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64"
},
"product_reference": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x"
},
"product_reference": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64"
},
"product_reference": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le"
},
"product_reference": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64"
},
"product_reference": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x"
},
"product_reference": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
},
"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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-06-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-06-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_3318
Vulnerability from csaf_redhat - Published: 2023-05-25 07:58 - Updated: 2024-12-17 22:18Notes
{
"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 go-toolset and golang is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nThe golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3318",
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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_3318.json"
}
],
"title": "Red Hat Security Advisory: go-toolset and golang security update",
"tracking": {
"current_release_date": "2024-12-17T22:18:35+00:00",
"generator": {
"date": "2024-12-17T22:18:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3318",
"initial_release_date": "2023-05-25T07:58:07+00:00",
"revision_history": [
{
"date": "2023-05-25T07:58:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-25T07:58:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:18: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.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.src",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.src",
"product_id": "go-toolset-0:1.19.9-1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.src",
"product": {
"name": "golang-0:1.19.9-2.el9_2.src",
"product_id": "golang-0:1.19.9-2.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"product_id": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.aarch64",
"product": {
"name": "golang-0:1.19.9-2.el9_2.aarch64",
"product_id": "golang-0:1.19.9-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"product_id": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"product_id": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.ppc64le",
"product": {
"name": "golang-0:1.19.9-2.el9_2.ppc64le",
"product_id": "golang-0:1.19.9-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"product_id": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"product_id": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.x86_64",
"product": {
"name": "golang-0:1.19.9-2.el9_2.x86_64",
"product_id": "golang-0:1.19.9-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"product_id": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.9-2.el9_2.x86_64",
"product": {
"name": "golang-race-0:1.19.9-2.el9_2.x86_64",
"product_id": "golang-race-0:1.19.9-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.9-2.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.el9_2.s390x",
"product": {
"name": "go-toolset-0:1.19.9-1.el9_2.s390x",
"product_id": "go-toolset-0:1.19.9-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-2.el9_2.s390x",
"product": {
"name": "golang-0:1.19.9-2.el9_2.s390x",
"product_id": "golang-0:1.19.9-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-2.el9_2.s390x",
"product": {
"name": "golang-bin-0:1.19.9-2.el9_2.s390x",
"product_id": "golang-bin-0:1.19.9-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-2.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-docs-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-docs-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.9-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-misc-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-misc-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.9-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-src-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-src-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.9-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.9-2.el9_2.noarch",
"product": {
"name": "golang-tests-0:1.19.9-2.el9_2.noarch",
"product_id": "golang-tests-0:1.19.9-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.9-2.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
},
"product_reference": "go-toolset-0:1.19.9-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64"
},
"product_reference": "golang-0:1.19.9-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le"
},
"product_reference": "golang-0:1.19.9-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x"
},
"product_reference": "golang-0:1.19.9-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src"
},
"product_reference": "golang-0:1.19.9-2.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64"
},
"product_reference": "golang-0:1.19.9-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64"
},
"product_reference": "golang-bin-0:1.19.9-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-docs-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-misc-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.9-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64"
},
"product_reference": "golang-race-0:1.19.9-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-src-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.9-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
},
"product_reference": "golang-tests-0:1.19.9-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
}
]
},
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
},
"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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
}
],
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
}
],
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
}
],
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
}
],
"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.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64"
]
}
],
"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.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"known_not_affected": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.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-05-25T07:58:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3318"
},
{
"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.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.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": [
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:golang-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:golang-bin-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-docs-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-misc-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-race-0:1.19.9-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:golang-src-0:1.19.9-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:golang-tests-0:1.19.9-2.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:4627
Vulnerability from csaf_redhat - Published: 2023-08-14 01:02 - Updated: 2025-12-03 21:56Notes
{
"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-81",
"url": "https://issues.redhat.com/browse/MTA-81"
},
{
"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-83",
"url": "https://issues.redhat.com/browse/MTA-83"
},
{
"category": "external",
"summary": "MTA-84",
"url": "https://issues.redhat.com/browse/MTA-84"
},
{
"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-89",
"url": "https://issues.redhat.com/browse/MTA-89"
},
{
"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-91",
"url": "https://issues.redhat.com/browse/MTA-91"
},
{
"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-93",
"url": "https://issues.redhat.com/browse/MTA-93"
},
{
"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": "2025-12-03T21:56:33+00:00",
"generator": {
"date": "2025-12-03T21:56:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"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": "2025-12-03T21:56:33+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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-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_4470
Vulnerability from csaf_redhat - Published: 2023-08-03 14:15 - Updated: 2024-12-17 22:23Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.3\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 Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es) for openshift-clients:\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:4470",
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4470.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.3 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2024-12-17T22:23:08+00:00",
"generator": {
"date": "2024-12-17T22:23:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4470",
"initial_release_date": "2023-08-03T14:15:32+00:00",
"revision_history": [
{
"date": "2023-08-03T14:15:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-03T14:15:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:23:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202307200611.p0.g49844f7.assembly.stream.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202307200611.p0.g49844f7.assembly.stream.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src as a component of Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64 as a component of Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.3"
}
]
},
"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",
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
]
}
],
"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: 2025-12-05 12:17Notes
{
"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": "2025-12-05T12:17:03+00:00",
"generator": {
"date": "2025-12-05T12:17:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"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": "2025-12-05T12:17:03+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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-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:3536
Vulnerability from csaf_redhat - Published: 2023-06-13 15:19 - Updated: 2025-11-25 10:15Notes
{
"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.3 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.3. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3537\n\nSecurity Fix(es):\n\n* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)\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:3536",
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.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": "2196643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3536.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.3 packages and security update",
"tracking": {
"current_release_date": "2025-11-25T10:15:39+00:00",
"generator": {
"date": "2025-11-25T10:15:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:3536",
"initial_release_date": "2023-06-13T15:19:13+00:00",
"revision_history": [
{
"date": "2023-06-13T15:19:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-13T15:19:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:15:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"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": "8Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el8"
}
}
},
{
"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": "python-flask-2:2.0.1-4.el9.2.src",
"product": {
"name": "python-flask-2:2.0.1-4.el9.2.src",
"product_id": "python-flask-2:2.0.1-4.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask@2.0.1-4.el9.2?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"product_id": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.src",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.src",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"product_id": "openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"product": {
"name": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"product_id": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask-doc@2.0.1-4.el9.2?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-flask-2:2.0.1-4.el9.2.noarch",
"product": {
"name": "python3-flask-2:2.0.1-4.el9.2.noarch",
"product_id": "python3-flask-2:2.0.1-4.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flask@2.0.1-4.el9.2?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202305301841.p0.g148be47.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-server@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"product": {
"name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"product_id": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-initscripts-updown@1.42.2-2.el9_2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.13.0-202305301841.p0.g148be47.assembly.stream.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.git9232b13.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_id": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.42.2-2.el9_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_id": "conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.7-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_id": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-9.rhaos4.13.git9232b13.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.aarch64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.s390x"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.src"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.x86_64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.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-8.rhaos4.13.git9232b13.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.13.0-202305301841.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch"
},
"product_reference": "NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.7-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.src"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.7-1.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.aarch64"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.s390x"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.src"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.x86_64"
},
"product_reference": "cri-o-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.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-9.rhaos4.13.git9232b13.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.13.0-202305312300.p0.g7a891f0.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el9.src"
},
"product_reference": "openshift-ansible-0:4.13.0-202305301841.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-202305301841.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-202305301841.p0.g148be47.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-test-0:4.13.0-202305301841.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.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-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.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-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-2:2.0.1-4.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src"
},
"product_reference": "python-flask-2:2.0.1-4.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-doc-2:2.0.1-4.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch"
},
"product_reference": "python-flask-doc-2:2.0.1-4.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flask-2:2.0.1-4.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
},
"product_reference": "python3-flask-2:2.0.1-4.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
}
]
},
"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-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
}
],
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
},
{
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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",
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
},
{
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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",
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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-06-13T15:19:13+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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
},
{
"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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.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:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"cve": "CVE-2023-30861",
"cwe": {
"id": "CWE-488",
"name": "Exposure of Data Element to Wrong Session"
},
"discovery_date": "2023-05-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196643"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python Flask package. A cached response may contain data for one client sent by a proxy to other clients, including session cookies, resulting in the compromise of data confidentiality contained in the leak requests or cookies. This happens when the following conditions are met by the proxy\u0027s behavior regarding cookies and the application\u0027s behavior session usage:\r\n1. The caching proxy does not strip or ignore response with cookies\r\n2. The application sets a permanent session\r\n3. The application does not access or modify the session during requests\r\n4. SESSION_REFRESH_EACH_REQUEST is enabled, which is the default Flask behavior\r\n5. The application does not set the Cache-Control header to avoid being cached",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie 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": [
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-30861"
},
{
"category": "external",
"summary": "RHBZ#2196643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861"
},
{
"category": "external",
"summary": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b",
"url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b"
},
{
"category": "external",
"summary": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq",
"url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq"
}
],
"release_date": "2023-05-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-13T15:19:13+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": [
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3536"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.git9232b13.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el8.noarch",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.src",
"9Base-RHOSE-4.13:NetworkManager-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-adsl-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-bluetooth-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-cloud-setup-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-config-connectivity-redhat-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-config-server-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-debugsource-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-dispatcher-routing-rules-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-initscripts-updown-1:1.42.2-2.el9_2.noarch",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-libnm-devel-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ovs-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-ppp-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-team-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-tui-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wifi-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.aarch64",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.ppc64le",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.s390x",
"9Base-RHOSE-4.13:NetworkManager-wwan-debuginfo-1:1.42.2-2.el9_2.x86_64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:conmon-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debuginfo-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:conmon-debugsource-3:2.1.7-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-9.rhaos4.13.git9232b13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-ansible-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-ansible-test-0:4.13.0-202305301841.p0.g148be47.assembly.stream.el9.noarch",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305312300.p0.g05d83ef.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305312300.p0.g7a891f0.assembly.stream.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:python-flask-2:2.0.1-4.el9.2.src",
"9Base-RHOSE-IRONIC-4.13:python-flask-doc-2:2.0.1-4.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-flask-2:2.0.1-4.el9.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header"
}
]
}
RHSA-2023_3367
Vulnerability from csaf_redhat - Published: 2023-06-07 01:50 - Updated: 2024-12-17 22:20Notes
{
"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.2 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 container images for Red Hat OpenShift Container Platform 4.13.2. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3366\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\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: 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.\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:3367",
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.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": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "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": "OCPBUGS-10493",
"url": "https://issues.redhat.com/browse/OCPBUGS-10493"
},
{
"category": "external",
"summary": "OCPBUGS-12864",
"url": "https://issues.redhat.com/browse/OCPBUGS-12864"
},
{
"category": "external",
"summary": "OCPBUGS-13334",
"url": "https://issues.redhat.com/browse/OCPBUGS-13334"
},
{
"category": "external",
"summary": "OCPBUGS-13927",
"url": "https://issues.redhat.com/browse/OCPBUGS-13927"
},
{
"category": "external",
"summary": "OCPBUGS-13974",
"url": "https://issues.redhat.com/browse/OCPBUGS-13974"
},
{
"category": "external",
"summary": "OCPBUGS-14027",
"url": "https://issues.redhat.com/browse/OCPBUGS-14027"
},
{
"category": "external",
"summary": "OCPBUGS-14048",
"url": "https://issues.redhat.com/browse/OCPBUGS-14048"
},
{
"category": "external",
"summary": "OCPBUGS-14091",
"url": "https://issues.redhat.com/browse/OCPBUGS-14091"
},
{
"category": "external",
"summary": "OCPBUGS-14108",
"url": "https://issues.redhat.com/browse/OCPBUGS-14108"
},
{
"category": "external",
"summary": "OCPBUGS-14127",
"url": "https://issues.redhat.com/browse/OCPBUGS-14127"
},
{
"category": "external",
"summary": "OCPBUGS-14180",
"url": "https://issues.redhat.com/browse/OCPBUGS-14180"
},
{
"category": "external",
"summary": "OCPBUGS-646",
"url": "https://issues.redhat.com/browse/OCPBUGS-646"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3367.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.2 bug fix and security update",
"tracking": {
"current_release_date": "2024-12-17T22:20:12+00:00",
"generator": {
"date": "2024-12-17T22:20:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3367",
"initial_release_date": "2023-06-07T01:50:35+00:00",
"revision_history": [
{
"date": "2023-06-07T01:50:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-07T01:50:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:20:12+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": "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": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"product_id": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"product": {
"name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"product_id": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.ge540ced.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.13.0-202305262054.p0.g2b914c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"product_id": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"product": {
"name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"product_id": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.13.0-202305262054.p0.g283a614.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.13.0-202305291154.p0.gee5bee3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.13.0-202305291154.p0.g1bf2c2a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.13.0-202305291154.p0.g2ba6060.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.13.0-202305291154.p0.gf524f2c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g3055dbe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"product_id": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"product_id": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.13.0-202305262054.p0.g74d3207.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"product_id": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"product": {
"name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"product_id": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"product": {
"name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"product_id": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"product": {
"name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"product_id": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"product": {
"name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"product_id": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"product_id": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"product_id": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"product": {
"name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"product_id": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"product_id": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"product_id": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"product_id": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gb5200ba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.13.0-202305262054.p0.g68c0ecf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"product": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.g0f4b92a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"product": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4c0f96a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g946daa0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4251ed3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gd8fa531.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb6dee5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g4969655.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g9885d4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g202e8af.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g67bda47.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gfd94a03.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g994c32c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"product_id": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1640c42.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gc75f7e3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g66dcaf9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.ge83df2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8765166.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"product_id": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"product_id": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.13.0-202305262054.p0.gba3b3a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.13.0-202305262054.p0.g2c0c0ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"product_id": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"product": {
"name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"product_id": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"product": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g4d1c58e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbe43191.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.ge0e89f1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gb408505.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1303656.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbf49c5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"product_id": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gab111cf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gab111cf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.ge9a6538.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g24e08dd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.13.0-202305262054.p0.ge10dc55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"product_id": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"product": {
"name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"product_id": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.13.0-202305262054.p0.g5e0efc3.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"product_id": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"product": {
"name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"product_id": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"product_id": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"product": {
"name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"product_id": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.13.0-202305291154.p0.gee5bee3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.13.0-202305291154.p0.g1bf2c2a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.13.0-202305291154.p0.g2ba6060.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.13.0-202305291154.p0.gf524f2c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"product_id": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"product_id": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"product_id": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"product_id": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"product": {
"name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"product_id": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"product": {
"name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"product_id": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"product": {
"name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"product_id": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"product": {
"name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"product_id": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"product_id": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"product_id": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"product": {
"name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"product_id": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"product_id": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"product_id": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"product_id": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g946daa0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g4251ed3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gd8fa531.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb6dee5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g4969655.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g7afcf26.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g9885d4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g202e8af.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g67bda47.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gfd94a03.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g994c32c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"product_id": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8765166.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"product_id": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"product": {
"name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"product_id": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"product_id": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.13.0-202305262054.p0.gba3b3a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.13.0-202305262054.p0.g2c0c0ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"product_id": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"product": {
"name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"product_id": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"product_id": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"product_id": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"product": {
"name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"product_id": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"product_id": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"product_id": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"product_id": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"product": {
"name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"product_id": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.ge540ced.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.13.0-202305262054.p0.g2b914c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"product_id": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"product": {
"name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"product_id": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"product_id": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"product_id": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g3055dbe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"product_id": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"product_id": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"product_id": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"product": {
"name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"product_id": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"product_id": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"product": {
"name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"product_id": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"product": {
"name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"product_id": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"product_id": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"product_id": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"product": {
"name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"product_id": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"product": {
"name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"product_id": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"product_id": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"product_id": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"product_id": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"product_id": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g9b7ca98.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbaf133c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gc5ae6f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gd151ef0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"product_id": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"product": {
"name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"product_id": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"product_id": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202305262054.p0.g38ddff0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"product_id": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202305270643.p0.gb14856f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"product_id": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"product": {
"name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"product_id": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"product_id": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.ge0e89f1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gb408505.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1303656.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gbf49c5c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"product_id": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"product_id": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"product_id": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"product_id": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"product": {
"name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"product_id": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202305262054.p0.gc58c53b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202305262054.p0.gd20bc57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g4a9be58.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202305262054.p0.g4a992c3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"product_id": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202305262054.p0.g3ed6bef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.13.0-202305262054.p0.g7333da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"product_id": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202305262054.p0.ge08a279.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"product_id": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202305262054.p0.g9adad59.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"product": {
"name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"product_id": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202305262054.p0.g5560e4a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_id": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202305262054.p0.g335d78a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202305262054.p0.gc785aa6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202305262054.p0.gee27c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202305262054.p0.g0dc83f5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202305291154.p0.gd719bdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"product_id": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202305262054.p0.g03e5b13.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202305262054.p0.gf44d574.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202305262054.p0.g10dc380.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"product": {
"name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"product_id": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202305262054.p0.g8279148.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.13.0-202305262054.p0.g283a614.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"product_id": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202305262054.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202305262054.p0.g11b1439.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"product_id": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202305262054.p0.g4b96984.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"product_id": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202305262054.p0.gd569c22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"product": {
"name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"product_id": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202305262054.p0.gfd7b8b0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202305262054.p0.gb841149.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"product": {
"name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"product_id": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202305262054.p0.g72c106d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"product": {
"name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"product_id": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"product": {
"name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"product_id": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202305262054.p0.g6f58e08.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"product": {
"name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"product_id": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202305262054.p0.gc5f3b24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"product": {
"name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"product_id": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"product_id": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202305262054.p0.ge286446.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"product": {
"name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"product_id": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"product": {
"name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"product_id": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202305262054.p0.g0001a21.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"product": {
"name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"product_id": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202305262054.p0.gf414ba7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"product_id": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202305291355.p0.g3a41eb3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202305262054.p0.g7beb880.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"product": {
"name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"product_id": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202305262054.p0.gce46f5b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202305291355.p0.g8db33db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202305291355.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202305262054.p0.ge8de058.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202305262054.p0.g6160d18.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202305262054.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202305290832.p0.gb771b3b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202305262054.p0.gf0c1297.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"product_id": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202305262054.p0.gd3b5ffa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g71ccef5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202305262054.p0.g0142186.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202305262054.p0.ga69e6b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202305262054.p0.g99a0e2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gdb28311.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202305262054.p0.gee908b6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202305262054.p0.gce1c9a3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.gecb49c5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"product_id": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202305262054.p0.g923b864.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g9740b7e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g97b486c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202305262054.p0.gd96022a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202305262054.p0.g3ed61e2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202305262054.p0.g7262c34.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.g02ea4a4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.gb8428eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g56b9707.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202305262054.p0.gdc5cba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g9f47598.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202305262054.p0.gce66cd5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202305262054.p0.gaaa3cec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202305262054.p0.g9a8aba8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g3e49f77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g471a806.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.g8d2af85.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202305262054.p0.g318d124.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202305262054.p0.g6479617.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202305262054.p0.g4655073.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.g318c84a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.gd4685ce.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_id": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202305262054.p0.g3b20670.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.ge711430.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202305270643.p0.g879b72b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202305291555.p0.g3cf83fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gd221afa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g1640c42.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.gc75f7e3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.g66dcaf9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202305262054.p0.ge83df2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g0babf2b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"product_id": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"product": {
"name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"product_id": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202305270643.p0.gb332f7a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202305262054.p0.gbad104d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gee2033e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gefa0b94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202305262054.p0.ge55e92c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"product_id": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202305262054.p0.ga23baf7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202305262054.p0.g36f48b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"product_id": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202305262054.p0.g5c5a902.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"product_id": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202305262054.p0.gf76d674.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202305262054.p0.g98a0bad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g6644ac7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g9f36752.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"product": {
"name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"product_id": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202305291355.p0.g5eca0cb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202305262054.p0.g937b1e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202305262054.p0.ge72c8ad.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202305300541.p0.gb4098c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"product_id": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202305291355.p0.gd56dc6a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g41c2dfe.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202305262054.p0.g66b3e55.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202305262054.p0.g0b82768.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.g87de838.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202305262054.p0.g14fcca5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gaf5c48d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.13.0-202305262054.p0.g7dc1669.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202305262054.p0.gf21b470.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202305262054.p0.g22d89b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202305262054.p0.gb2e4010.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202305262054.p0.gd7a8e22.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"product_id": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202305262054.p0.g1b89fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"product_id": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202305262054.p0.g43238be.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202305291355.p0.g1024efc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202305300541.p0.ga695236.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"product_id": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202305262054.p0.g9cd6788.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"product_id": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202305262054.p0.gb501d5e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"product": {
"name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"product_id": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202305262054.p0.gee1ba46.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64"
},
"product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64"
},
"product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le"
},
"product_reference": "openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64"
},
"product_reference": "openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x"
},
"product_reference": "openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64"
},
"product_reference": "openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le"
},
"product_reference": "openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x"
},
"product_reference": "openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64"
},
"product_reference": "openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64"
},
"product_reference": "openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64"
},
"product_reference": "openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x"
},
"product_reference": "openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64"
},
"product_reference": "openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64"
},
"product_reference": "openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64"
},
"product_reference": "openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le"
},
"product_reference": "openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x"
},
"product_reference": "openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64"
},
"product_reference": "openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le"
},
"product_reference": "openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64"
},
"product_reference": "openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x"
},
"product_reference": "openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x"
},
"product_reference": "openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x"
},
"product_reference": "openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le"
},
"product_reference": "openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x"
},
"product_reference": "openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x"
},
"product_reference": "openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64"
},
"product_reference": "openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le"
},
"product_reference": "openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x"
},
"product_reference": "openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x"
},
"product_reference": "openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64"
},
"product_reference": "openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64"
},
"product_reference": "openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le"
},
"product_reference": "openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64"
},
"product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x"
},
"product_reference": "openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64"
},
"product_reference": "openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64"
},
"product_reference": "openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x"
},
"product_reference": "openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le"
},
"product_reference": "openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le"
},
"product_reference": "openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64"
},
"product_reference": "openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64"
},
"product_reference": "openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x"
},
"product_reference": "openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64"
},
"product_reference": "openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le"
},
"product_reference": "openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64"
},
"product_reference": "openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x"
},
"product_reference": "openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
},
"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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-06-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_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-06-07T01:50:35+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\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are:\n\n(For x86_64 architecture) The image digest is sha256:6ef3cf4bed1970d547dce08a6e334b675d361b212427c4493151dcad6e093d27\n\n(For s390x architecture) The image digest is sha256:a600147c885c1a5472552ca388727ad1276f0151f8d0ab6ef3e9e957e839ad23\n\n(For ppc64le architecture) The image digest is sha256:6d0a80ddc826ecef0369bc8ba5bb03c84b5ffdad9439ed27e5484280161b0708\n\n(For aarch64 architecture) The image digest is sha256:3cf7068c1c6a5a6e1195e6c9658b1e1093dbcc0af7e1de6eaf446e79af83c1ce\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 Console or the CLI oc command. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"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:openshift4/cloud-network-config-controller-rhel8@sha256:9a021bcfd3e45436caa5621f4363976539fd857cdb447ae27fd717c64271ed25_amd64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:b9ec0fce13612e6065d8a3e5b5d65ccb4e5c7c05b14578dc0ca2cfcaf9550045_arm64",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:bf697e678e3add063caeb2a6936865c000aad24a3deb6a62a21f91e343c1539b_ppc64le",
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:c18c644868144caf57ef17c922bd522de342d9106d447261072f270872565f84_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0b7d0678f9d4fdbf81c58735fcc2dc4cfb1ffad6cc9bb3c7514165d2d4269709_ppc64le",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:0c02de02d3f09f71e07d646227e17d75512d610c3e618db93ebf76e030ef9928_s390x",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:5700222139d8e96585df089bb569100302c26c9e4feabe33ceabef941b00ca2a_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:d6a825782c72887c79e56f964c11b4b450ff9cc4f89641170d113dd5ff61ae42_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:0dfebff85cfecc48af4b7d6794fbe6fd68be57c11a568866c207308b88688f41_arm64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:4b3eb252040747ee2f7938a38db43517c379c57cab8c6b96a65a46f6742fcb36_s390x",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:6c60782a1d9af2be1ae772cf543394ddaa49128dc9449060fd9bd64592741fda_ppc64le",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:8e1935250001e2f0271a23b844eb99e765491c0cb18e86a084a844c7d08a5a18_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:2e73cab4e9d2f7a45191c5656686583a8ea2bb8517f9f73f40928fba0ea48103_arm64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:44d168048cff5516ef48cdd49834b44765a1a644d81d15d832164e9a67c122a8_s390x",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:99c87b771b66d04d999ed516fdad724b2fd3ac07840b5d7ae4b0558a7f23b420_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:bded9a0ff7569715fb07d2bff4798e90a6249da76c967192b82a00ac0d42699d_ppc64le",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:8d2070878cdc2d555de5b7721bc15547626e77746123a4ab1f8397fe69eb4444_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:3b95642e74cd68877f8a8892bb4a564836caaff3b6d12caabc4068002a0d55d9_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:5753228cb1acc9385dcdc0b5ebf5ffcb739b96901381d905f6e35a74b96680b2_s390x",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:eb9a7d59b65e46cf04294174d8a92fe15922cfbe9af7bfd4fe7a3e243d464da0_arm64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:f274ced3b66514ec92846b7a1984789b2425ddf9add8c282db709d3beb1f1b91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:50aae8cf9e4d3da0ec28afb8d29e453390cf5544b1f1a6eca412e190347ba4b5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:b8facadd266df2aef089b1ea27fbc1196e36b29b23f1aeeaceaa9109712af0ee_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:e92d5ec242ad90a1c63b5caae7e97afc5991380989f9cbc3c5b515ce4ae6cbca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:f8e7aad960ddc3ce2e3857b613531b2b2211641496e964f0631f3bdd3916983a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:42fe4b880206c079626beee359befd1b0525426e1247a39697127a3f83c4b080_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:594d4998e68eb7ba35024b3f4dbcc812a3ce85ffe840fbeff58c03e178fb54ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7cdf64273c46644027c2e53bccc311d415091753f204b0aa871fa5371f5217f7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d5e0bd43673f9921b24adce84312948ba1e7f8603adef93eeb777a6f482b28b9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:40f0e7725c10ea8dc39b3c1df2cc9d48eddcf31270b31b86831e34a664ae1bd9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a0e17ec80e676b16a5772a5683f2a0a00ac0abab44fa20478bda83adc5185d4d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:a838d2068f37f93bbdd7d91a2321ff61b267f0c7f0e19bd49f95c99c66fc47a1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f03e62fa767a02eeb77917dbdcd24c0595840bcf0b5d1567c572c0df5aa09b25_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8617650c4f008401e1f5e313e81d0e535a4029f92eb1990965db34ad4463ed70_s390x",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9a2eb852167902b07e2e072b4817c34710462fc5d7babed5cb7a95e47689c406_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:ab35b59da407cda5e82b76dafa77d8327f93b6da34535d236c2c21ca9b7ce533_arm64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b2d866a3902446332a0ee51c224447e804a88e4b1307873328069eba2e348569_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:66056763e7a8fd30949186cd2d3e2a1c48217d86bc5e2391f58840430c710b2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:7a6a5ab4f900ed009c02dc664593ed5c45ab5d28cb69faa4b3d131f79f829057_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ef460d02115021e2e0abdde95727423619e627fa658401db9f6aa8569062bde1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:00162a72c1ae283977f0191ee216e15fe696838b6d7addd8250ff8c5b474cc61_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:17284c1a9c3fa5de90ff310767eabae27c9aa9e4917ffad2f23022ba291e0834_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a93338d9038e5f04b0a10a16696be640220e4d145fba351cfda62ef302d91e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:779388d4f963cb72001ff523905956adda97c403ad465d7e26932758b466cc92_arm64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c0e2a624bdee938c46ed919ebef49feeee6e1040262df90dd74bff02cb724a3a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b4c616157cb5da995c3afcbb0b1805d5ad6cdc6377281e0833926daeeb3058b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:e71316d64c39256f094d5b1468b59a636d9a3454c0c71a91b656b87dfc484383_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:280de402d8a53afc2f362095cc3602e9d0ac8b862a45714b73bbb678af4699bc_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:f97bc483106e8c9209cb5d160e368b25152109747f945dd4d4daf15861dc07a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b412f362ad2402d5414c1dfc928d1da6bcaffd71ab9d1d803fed9de713829fb0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e72561a2fc8d56fe9e3dcdd5e110142d0e9d4cdb4d9e8b266b075dfb00a4a372_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2381a4dae020267edd2d7e4fa42c8a82ad6d20f5fc07ef8cebcf7461db650baa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:bbf517045deb3df291e11cb4263b2dfad1575513901ae621caa743e4e6ab4286_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5085f2d56463cc962e802c8527b53b2cccd7a45e1301abc5aaa974727175f5aa_arm64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:e30fd89f06d74458c9e17bfc26824af10a012b01212116aee16e3fa64883b2b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:31970a5d87ad1051c6abb4616255c2646f8b6a96a1e97e72685850510e2d30c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:b541543d3024ad3e87a7e56ab27a764541f2307bcacf999d84395ef0ae49a09b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:019092aa045886f8adfa8d9ea9f90b8f6db2e720dc10a33d992c7fb272e2e6bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:2866de23ebe3d14c7c80ecdabab4e951199e4f3930c5532aa94578cb7728669b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:29760c36c67f0c15860d41f809e8d13b266224e67fb0284ee28bf1474032458b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:38baa09616b69433bad9ba4a05d1669c7ad0dddcfb1f4809478c506b7aee0180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:25412141da730a0562790b5baa0ff623c4b73492ab35171426e4024af029c29b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8a9727d8a479ae136f5387d52c74e320407a99f0c4f9973c8876bf09bde2a845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:61096a8f2c1a47557395f711b1c40b889edd98bc9055186599e2b30901d3d5a7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:a8c771894313c6acc2b72cd7dff8337294ed85ef6da7a8a225e165b5f72df8d9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2193f06aa9ddb4c7a90fd39992b66647ff38ba7a7a37162d6c90deabd894c0bf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6064270146e96fcdf03473e0268a6bbe246753da9f378eb1cdff8f3c12133f76_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:0d77febb1094d32c5e28af202ed10de4233a4deba47d890fce91185b41f6d55b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:612962d223c7f969a1e29185897f9aacc29157e380b7311928ddaaf6e7be5955_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:547daf835b7f519677b0eed3f015a440adc2684d86509b0b2d1e2809efc1eb7f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:603b0038688415b359e2f74d78cc2aeb8184bf7070ef9c3ff7db08f93b10752e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:97a607b5c0e462b3bbcd722285e416f9bdb83954131b6a9397229109d4653c1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:f1255a225b7a189a19e7c121ec04f39b4586993fc65da5de6548acd217b72d83_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:0f65824837535cc1f92ee921719c16cb2b254048c26aebe0d898b449717775ea_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:112fff60d65f8ebe480a8879bc6e21a8d6114bedac4830c91811381bcea02fcc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:8640aa8efa43ee6300220712880fb309af259184aa67654973d7b6a905692089_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:b4df5febe4e9510df01439e8ee275dc677d3e8a7dd5fa448a4b8b2c7b6ff3cc0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:1eb5d878ada68d1a586751e64fbf116f573fe60fcc41df5a28a3a5a999ff0d2f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:8d33ddaaab422ffbc17173599f03292f7712e0097f1640c0a2b4caa6fd3cf37a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:cf5886e35762e9debf9747d9b59525a1787414d39676d95536c2a2e247e389ac_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:fef41c18acaa3b2ceb1841bc7e9da96903a1109cb1fbad272e2fff48ccbefc6a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:2161f6de1e1b02b612f3a0c4cf529534e092383ff392985361947314d13d9b57_s390x",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4729b4e20f1bd582ed9d68065688290e226bdee6daddd389651376731fbba52a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5044c5d4113140762a51cff0a09bbbad5d4ed4a3af562f35ec51e6238ecf75e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5ea8795deb4c79b683ecb09c9c76dc4cdb4f6a80292b55614f16ca2119a2778_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:0727d2b2eacbba5c0329a28fa3aa0185b948839b7e5001436c65bec319238daf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:51ccfc6d93e7ee2fe66f6cd198ad8d93d86a8c9dd8f44474ea5fdc3dc65c1473_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:b3b5b2d8c7463695cb532ec4396ad254848c6f5dabf1f6035fcba207cf2c482c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:f586333ceecf552f6be49fe0fa92e6c74dfa6c15d78510811df53d792c150805_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:1c895384972350cc4412c07e6eab3df7d8d10bdc5975e282b66e737108307ff7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:321eab948b72a9c18b65d8521d624aaf2fbf1004b5f919e5ac91c4ff812573fd_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:67325694085617dc0e347f7ea6fd9c64c792c225f081e3b7925eb70cbe1cf92c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:73df37794ffff7de1101016c23dc623e4990810390ebdabcbbfa065214352c7c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:72d27946eed40e604ebad5c07d9c43993ec6c0f23d12daf82b14130b04e7ee7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:83e4f9095edb20a52848c6d983edd51892ad56b3e5fcc06af412b3f4a0e2bf24_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:b68e645dcf5fd973caa3b06223e578dfa3bd202efc49ac20a1478098781ed3d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:ccbfa7fe6019021dec0d907ed4550efa85b3ff52e8362bcbde70c50b457f5060_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:67465e8b8b2d93050bf317bf7181dd62553428d1b1bdf3284fdfd64125de7d36_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:6956d25f29df7c19af8a18730a366c37557050aeb1aee72ae7e6b8fee56211ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:77f01211f96afb23d90caedb5c46cf892bc3eccd5b0167d3cc8957c78404a397_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:d06a4df9398833e7b9c69f801ecc92ee0617d9290434c2dc6f69a2eec77f77a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:147556df26218cb5078e33c507fdf80e62d84a24d3908ba492253fac57f6402f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:76b420f00ab578cec7ef820d8a6839dd4c59f2147036df49e885208aaac54f85_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:a12083ba2ee20d2b0a43c361b2c428f681dc066cd4eb282ac251e361817e07e5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:d5a2f6ca354053e22da187542e28f44bea80539a3e821f4924af9aaa2f72406e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:2c6d13c493331c9c9cacc584a814f4a987ed9e1064a7c68521e805c5dad82188_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:38ee5c74a7ed3fc0de99e9f66416ffbf83062559e1f38e56a4355869562eacd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:b9ca83dada50c81884f6d95f7a0da4d8facedeb684ca50d6edab0eb9f8e56d84_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:d3324ffe08bc7ac0ef8fcd4da410cba4e4ea6a0e98972cd1d6132248cf7e6902_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:4d79a9655fa9a37547702901e97babeae0dc23f75716732daea94e7f6082255f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:71660ff316292da838fea5fbf39079017e51861195a6acec69c51c8c405281fe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:a684ee6ffa745b759ddef15e9644a1139600a7d500c8cdf0273733fb245d89d4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:be917119adddb34c99c6adfad8f45e45e66a6479385e08276fdbfa9b616fe9d5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2a836a7a679d8dfa3453e46870aacfc90497f69ea721b932d986fa23caeaceee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:5a23a94653b04e36b3b126c0b9f3f09caff10c43b39707682381f2a0e0c16ae2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9fe7bd211867f4ee6d335477055e28746240dd618dd0a854d02cbe53052a1f43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d2aa1dd5ddabe9c74854a401fcc159b3840926ca7825af8404da00887d86f318_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:30d8d460b0cd610945333ba62a5da8cb8bc15b79e4475a4d549cceca4173af72_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:742e4d5aa02df03df06df1c8e8fc405d8f87b71fef9e1d8b0c496155576043cf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:be5708889d24a2839eaa054ac8b5bbe23e8cd4c0f257c2ce996650b7c458b109_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:c61d6ec352645761cdfcb7d4cd8ca80b9b3e2cbc749896d148a3601c3000d431_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:431f774d4ffb8603d39a741799d2dea7da3de37104ba1d68290b3cf2ffc70039_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:60f816aace6f293a2c401d643ce846de9f5749ea3a0f43ced6ce78c707e18847_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:7f6dec1aaf1d0b7851707d5b4f3a0efcddfe70da37f636af12a2a38a6a56911f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:ab58e3bedabcfcd820c538f6e1329cd5362a824e378c66282bb208e7214e113d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2fc8ab73dbf6c7249d54251fa430dbbdcac736024708824740cfc3236955858c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:304891df73f085e776d5712623f2f319c94afd3286d96b141f62e565f40e82c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:34af157460cb104a4888ecd98c5aba8c75f1b637b7c6969903c5171b4b6c1031_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d0c93349bfab0d1d0bc75f50dac6b5258cc07b9aef1870aaab7fcbfaf6f7f29a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:06177eac271100ed23bd1ac9c86c6e2d109adb2ef7cce6400317e4f1372d1609_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:30ff4974b7e9070375ed1fb37fc7915ff7da954b984fd2ec2f9ebeeb23ffa7b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:7cc80a03c8761bfb02dccad63fa784ba4b3721d750f86d8ee89a4a5063f213cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:85db8154f20a501250f443c32b97a73439f84e9dd09a706d1cca37faa2d35416_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0c241ffaddc27bdbe73a734b4b76844277fa80f16c899abb992ee573c913c7fe_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0ca1b67a0943eeb214ccb42a88c8250d2e25c6cb27f497a9f31565cb9b612010_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6c0a2368c4eb91de5ddc2c8bd3fd94b38758a259c24bbfb2bfbf7f7d2071d95d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:cf3fb6850e5025814534689783f1a4ee9c750939e50445c1d632ef34a44a07e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:565c6c1cbf03f3eb715c4af9b4698f51db72042d096e44593438602c11901ed4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7a0315ffc5ef322c6ccd37f66d4c5c048cec3f8cee3f86cb201e211d3159972c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a731a957d7bb4c1ab7d737ef2f4df08278eb0f3e07c3c2ca4aa3cf7c932a3b46_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b026612fe337357f4a36636b49a8c3496394c7bef0e568fc87c6d66d76e6ee57_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:0c75a4b162664b8d62b49e5dee75ec0d921602e932ee367a21070c9171f708d1_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:3f48711a7e5d64f6fa8dad9408bcaa0de48360340b65a980ce2bb2b9ffc30056_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:6ab93ba34074b0471220a303bde88fe5b9b0bae18ed1c0ca139f175ded4f9589_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:f15551c8cdb2fa1e5622e0178dcdb4e5026d288e030bdf8d44e1f9b5490f12d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:432f318aaf025d5d383abffb506eac82f32590367f2bf714c689b9da87e730c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:71faf31bdb8b8039efdfcaaf09047bf53597a17b45956f70b081f103ace8dc12_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d8e39ccb0e42503eeba45ac254a1418ac30754b9ff4edccd2c9be48c559cb1ed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:f452852d4a9b0a9114e674e77fc07250d5ca795c71aa7ed7ed1c2fe42131778e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:10ce87e5715d9a4a3785458ed65ad6b36881f05f4cb642d507a381d78b1b0900_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:8212b9c3f6ada6e59f365a4c491b6119f31b3117aef0a9d286cb0839f00d4181_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:acd922df1b76c601af3a68c05cd6fea3eae1ee0ec6f2c589120c823d59d1fcae_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:cdfa55a0337807d7c24517438933b900540c0457bfe7e1cb523b71bba65f5a9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:113b85f5f9d94ebbd98d42f79e2731cb2f3bf916bef63515daecd308497164f8_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9919a8dc1ae428a5bfdddfb6d10080d4457bc3c7be4647cfe71f68c06afe9a22_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:9c7a153c4eacca2797bbab31626d30358e1ac79db92582783752a18534b479e4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:b02a23158f9a865c2679c0422f2b970fab1f8393811d0ff34dd06ade7ecd7c38_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:6b88728e62a02dd9907638e7434d5993d392ba7d0f2fa6277d71dd27a39885a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:7270ceb168750f0c4ae0afb0086b6dc111dd0da5a96ef32638e8c414b288d228_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:75f776fc006f1a3fc31e8b9f4fb5846186c038d027d875e99d4729b10f487f6c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:efee345d5050f8e9926102178981cd0ac2d413dce5d28baac16f9705676cecd6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:09bcdb68938a95bd48af74f00f92fa2c5765364904f1d8fe6ebf768d5b5a8273_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3693aeaf50f761d8c98a58a678266d19c907f83f82691272d3bf925ab203d523_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:3e018149881bb2bfe31ef4d19f2c0d83ada7711a52d5293722b2f40ac308da51_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8c152f39551a11089c579eb0d50168313a6816a867da8946c392da3190735ce2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:5a229677bd612d8d653c9b3eb25d5679a5f9c4cd9ebb5625e8aef0bf4df18628_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:76366611e77f932c80fda8aa1529c928187c21e6de08ceb6d2eb07797b1d0048_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:80a43f2aaa238d649381ff86d05877866038f41d0e8a70af6395a0f4791d62c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b25fc7b68d544507618a39857ffb6b46b248204be0c768cee159e149aa386d5f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:2c17b25741824b400b5232ce8f158c5b8f1ff14d23ce35ef655beae535b9c09e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:3d041fbd9528b56ca826f4b33c5d244c9e22994a2fe8969838f2ce8c90eeb945_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:7ae354f80b00bdd6c95d3d2fa5ca9ed4bef0138e305d7dafada991f6c0adbd46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:af2c96f4b4baffd1b40892a3e383ca70621b4d57aae3a3e240089a797a15a50e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0d0387cfeeb30badf5b997595a58535f470acc0f9918da28e78cf74d3974da3f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:17019307d95e1e54133b401aec50250ccbd56d2cbf69886c3b57eaab752c7883_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5adf6f44c9d3870083a657818fa2935019f0a5a2bbe5aa94e0a2e25c5e736a3e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e6e5f44330179d420c8db2801768e775da9066641bb8f6997c19ae30a100f4dc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:23bb7c8a9d0e89bc8fd152449ff1ae13a4e92fd120a22b550737a15bd04ce7ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b2ac772a9e595e3ab01fca0e5c9c59d5b33bee8ebf97e694500da71bc626edbb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:b9ac366b9439a3c4018639a5fef694984416db3fd8f90f0fb67625091b6f1291_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:cda3b83245e3b864826a38a2aed768741f110f7c63341f67616f20c11f7fef14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:3461f6170bf1ffdd19c4dac1d91901452eda83ff199952487d44c9102b267130_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:4e0b7b8f3fce8b269433cba1f7f42e0c48340c77dec2b01cec1c3acf940a5f0a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:81e7eb5fb99181daf2c00bc12feb4c1f65b248baafee51a010fddd8303bb6536_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:e51567041f3908ad6d80ecc923d4763f9607572599c0ed5f72749d137e7068a0_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:2852b29b8c8540303978afe64b68d4ad38967137559f786b7ce01bdf5a9edbd5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:6a96d23098dc6328546ed42f5792770ecd3cb6b3d3b6713488a8495c383c8538_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:8c9c2a818d5936c406a264b1944a50f667843e46fa8fe63b26cccd62c2d274cd_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:fec4502162d6eb32babd9a76a93a69929b5c06710f92c246f4f82a83c0c0bfb6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:1e7bd4f84a0f53033856d6156f2af8256a80b733637e602e0839131f99a5ce82_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:38e9dbf13762633abf9d5d221f76219e7f17faec413c44ee842d334f94a8cd9e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:4eb2f8ee935604b446a64603569e8390f940ed4221f8537b0a8129d6c8a5dd8f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-operator@sha256:e00a56c4ecd423c8c7010b2460fbcaf4673008d3a8fb7b113e883ee52920f2fa_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0e0984752dc74c5fb739a0818f445fc9fda5b657647a81271889e49a455cecaf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:93dd87a51d9e3c548e890466d0218b346726f14bfd12d674f6ff5c37cf52e25d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:b5b6ee553cb87e63c9fdc55b00ff3ecb9777c93a2caed36e05877b95273d5a6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fb0da70b9e77456083b94a91393f913c0fe070880d6ce0504599a92d5abc66ee_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1d951c409d5ce496671bc45f5a1115db3c2af8924b28573c822a611f3fa324c6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5c5e8ae2583a8220d1dd334c67e7064614bf6eaa25b253f9ab026a5d95d1d191_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:70d18d0c2b5fd533d3eb57b74338d69ff9c09d0c018cc18a8385d9aa6ca33c46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e49c89d5de092aabfad36601802e3e798f35850adb6944d10fe566665b747474_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:64aa79f1714bececa7dbd74ab4ec6d84edddbb520fc3b3b0cc388e35d3120011_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c86a7a026f54f66cb7d0bf8846b5dd94b0d4fb79fcce71e767ae1a0256caf8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a13b672bddf447320221356c8e7e73be62274ae0f2fed5e25a8e3980eb122fb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ba9910908bb31614cfa930ca8061fa25af8b054bdcd9b789adba05d895557b33_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:8725a0d73ce846918bce998ffc7a92a23692e146d888256214ba9bcab4e0cf43_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:ba2b9276f86c6ff9b865feb4aa37a5d5220a273104f81ad86320ad3910035cd5_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:df4b036bfef91d47d7befff5a9b1524ba01945b491993fa90a8e86674167361e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:f13dcbb050aebb739b58fb95e6af0633585def9b30d255817e83345f660f6730_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:3b0a300f8dbddd9ec33c9636fa9a4efd5b885442bf7b720ef8de09a78e891cdb_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:6c7b6ea4701bb7a3065773ca996ee4e0e056c7e36a519c386596d94398c7c630_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:ae419fc9d99b3100b4d2ec7710e4662d0bd85b81e2bfdc42ae0caf4d4457954a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:bfed993033f063714453fff0b5552a6112f44000a1bc3e9b6ae92ea815c03b2c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:78dd9b2a0a75de16ecc0d8da317e4426014b16831cc5631d83fa50a6ac274b00_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:7b092c33063d66b42f98a636301a9f829558f339777b86ad11d169ae44d6c8de_arm64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:831c7c0c1220731c86803c3b9524d8390e29379ab9d5cd683907bf328646d06c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:8f3ccc0ce1da6e28450df0c7c5519640c6d75170bef70de843f8fea051b38f66_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:08ef7b1c51ca41346beb7370cc38630acd62c4d9b154eb0525dcd5183de5be14_s390x",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:22c9761cacc7a8e6b919e7aa7ed01451ab3534a571c13714e9def08d303e3c6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:882e8b18ea9b0713f91a89bbec50256bb96716bc66dadf700486b2610a601d03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:d6eaf49ca9c3bdfd717b79b7b4b0e2a50f63ab87a69b19e52e18b96a06d6551c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:09a9870f01c9babadf29857774c6e7ce49f817bbff94be235e8e2a531ed6d743_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:63c125e7239bf3bea37c9875592027159033cdc32523a0e21645219805321a5b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:a4cbe167e894476a444235d459913a539602222e41f8b23b7f769beba18f2426_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:de65e7be5702acfca8dd38eb181fa4420dff8db63cf6ecc770cd4bb1e3ae3f93_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:07bd1c3cba9b8d9188074c9a8014fcf5d452747329a6489041bcc56566365e91_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:16833890252c21b5d9fb9de3e363b674a4989f926d7ae08572ae427e86ba2250_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:45bc067a197d72678a6e289abecc57bbe3d438fbf985391a11cf104ebacd3845_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:cff5cd395af326d9a2310121c758871f643458c619f18844e90fd3fc2321bb35_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:3be6200814c8c398ffa1d421a522318626c5bc275484d9d51ca83496fa7bd9b3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:6411d9f19f6df3a6760ed4a4c4e27978ca5c378c377029a11496038d36323ce9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:af9ec2c79478ee34c662f90b77efcb75201e869eefff66ac773e4d8a5c4851d6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:d1da5aa08a24521e37f61ef89e73f7260c189ce48e30600730a1ecca088c4d56_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:52f340fff4d5134904ecd7440d30b6b85c9f4294948b3be603429bb7bb6c0664_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:76b7c73c09df44a1ef2cf742a663a143dc04181647fab0397cece9a6bccfafd8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:b6fed447dc6c81b3bdd715909c7feea9ae106bfc93d806c946fdc7e0f9f3b987_s390x",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:c79b5ab776aba3b6869deb66cc8f4b3a4870f7251c565b5e322c00ccc5fd19a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:011ab195a192346c1af6012deff8651ffc51e293559d5ac99ee0f6a93a5976f4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:6887eeea92da94a928ed5d4079767c7a821406ef4742ae96822e967f3d62a9cb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:9d8304c6377d60bdb89fcd52ea6670b0feaae5e892e2c1dde6d47cfb3e2eaced_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:d1c108437f0f69ecad1ab9fced33aac979e33fa2ef259ca1133ce46892eb9092_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9841d3c91780be713ebc53b439ececddb9ed4d21be9d1c379c25123dd53957e5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9e82f520eba7145cd3eba400fde5ae19f51072f9687c84e7d55f93452596cc12_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:d63363bd7beb18aa6de653f4387c3e0449fd629319486bcd4b6aff15fa901ee3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:e219521b793a7091a46f31ae1d6e80da543e851dd31142969fd366670c435720_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:3c500377f9044b8f843638509b39414ff6b4e511d48dd3412316111d47df9965_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:7a1243676cd7c013ffda83d3d78e8b7919d80dc0ca0d99fcc880889c64dd7c05_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:36337f371deb76a2c33b4beb5e8cc72f753c19cf6ea51d400dc21aa87df8bd68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4011536424c6d72b7b3066a0594baaaa993408dba45d54b4c3dbdab221e3c8d8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7aec04bfd7ce7f2742ffaa5dd2853fe1eeb80db58249a9f07eca8021aa52a424_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:d388f852000b7f092cd4588fe194d2f42f9b1ec71dd5790abbe7671be71cfc44_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1bbbfb350a2bb35ef09f1ed62d0256b3bb3cf0ecda0bd29d55e022c4fc2da35a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6d6e90842a74a3aa87a7d22f9500e0f2fb6e8cefea309d2319f851320099ffa6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d947f6585b8f06ec3a397d3ad0092a6e2fa1a7cd5a8f4726db9d6dd6ef0151d4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ffa510cea6222454e4210e47524dbbaa1b366ee71d6eb2b0dae2ecf20aaf19c6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:75c658559f1f8af1d4b5b01241aec9c51193862e584d7304fd67b6b7e5e97ad6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:aa93efa937a98be6c3f32bc168658b93efa4bb087511410a831b55e66907e45b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c39405d0dce5f2ac29b1aabc53237b7726484f7f4727542c06645f2c45bbcb9a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbdf95fad35b9afbe155a511c31977c1b2af7475168fa274615e62de229e0381_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd0a09786088e7dc1d062ae2ec127b845f205dc160d45b7aa43ef5d00fc89ff5_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:cd7588e581ab7527cdb30fd0219917780149b62bd92bcf3370d0e2559e686afb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:deba4bc645c7a402c7e57f041db8290b5340b4ad413afeedac8afd21d2c0b043_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:e362bc5c15cffe4d4aa10905ea21049b3a88f0ebe8a1021c43ffbf8c1fcfa66a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:357fdf2b613afab5381b80e4bdefc011246ff887c1dd3770b433eb0229a4ec0f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:444c809c3283bb6ca573debca530a857723855701c1cf883162c3e174ae695a1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:874dc5fbc9c1cc3dc34535df59351118691ab9c4b48b3dc186cc73906d274e21_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:899f821c3c033acde5418e3a1f8d1cb7c3be6de992d4e26ec0bf03d6c5e0dcc9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:44857e772dccb6cc03c1903fb9ab6c341e131fa671dfe4dc9309aa9536cabfae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:4e5aae98d620fa87fe8c7ab815fbde161c822a6e2dd05a5dfb7266c5cf7642d2_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:cf507447c5d72b0e99899dbe6bc36f306774c6ce647c46b37681f4fd9e103b21_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:e11645788e6f63de43b53ed92260d5333dea66250669be499ab02bc807fb12ee_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:29f4654fa5585975d3ea2e853843466fa8a39d91c612efc79ed3dfa06cbd9c15_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:44594dc9463f68641afe4c7700097f08d493dcdb635da41c157b39820ddfa914_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:464505c17c088cdaebdc3e07a058bdac366a2fe7aea00f555cb65e1638399b19_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:a71b1995cfc0e73b0447dc5a908fbd3effde71b6b2b77cd0e9b3e739521d8ef8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:06f741aad260f85713a93fda60f47b5b9855ec609980fd9fa03807b11f35b164_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:25346114411ef28577197f77f8f51849c17c65623fcaec3d6228bac17be726c5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:81b1946fb5fa95734b0eb487066a0ac2ca8f5ba4d4f6e7665106aa503beb142d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:d23df9a087c7b43bcf638a8b0547323e1529236b133fc92e4f5386d6dd121255_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:1d5c3253ec1b6d3a30316b55b3aed936d81126c00e99f00097cce7f7079d3955_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:22afb14307b1d98fc559673d41a1a8764b5ee2f304229798e89194481e6fbe08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:73365922511c787bef9d47d83ee258871befd9c862c1c5ba11ae1ac9e955992c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:eb0db6b06ab1ae203cfda8c42cd808a4b2c7dcd9308aa59c4f24d77b7b259bf0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:125731c456e47d8394cc57bd5254036aed754984e359335df272e5d8cf9afc54_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:87b058ae4313e933787937cde2d8cfd9a378d51d91821227ccd562c0c2ab1f83_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:8eed4209b2cbb31412c56c162dc272cf73c98fe5f5fd897b546724c0003a6ff2_arm64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:a48b6ffb999708420b27c15ba5204d2a3fd4f3eca49d89cf8c8b9e9d1c91b6a9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2ea0a1acb130dbbc77f4405d0e7d088681ca39d886d9319469873aab1c8972a2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:82ab98e5362409c13aff023e539283a8c71336a99506c6efb2c67a4f6d3fe641_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:cf5a874232ea671e9a4f957ddfc856c8d8b97d36db139ec432f7f9f9e4017510_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:f5837b88f01a68d71a490fac53e1862551dd2822365da909777b23ceee5a1d54_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:1c631ffefccbd177c6912dbb829da534472d41bad49859a825a63043a2419e94_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:636517cb2ea439ece88a1b663d805fc3bf5079d2c29e43e00116bb2f9a65abd4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:ea390be244d81c4be838f467ef06ef23e6647166861a52dd256138eeb534dd5b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:f1b4fc04e1c4315613ac6cad4397927c91272649cda28bb28ab3d489359fa034_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:2ce23db89c8477cdef11d0a01788fa0136b6a08db4480bb8df66c7a07ccee0c4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:5c0bfe89fadb32025320700600e4711867374db8a33c745c4b26f9f8b3b25006_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:9e911217d05967fd9ec9d7ddeded88b00f84a292b022a31ec723689c7b52c41b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:e4279df9b672308472c4b96d984e6d802a78b50e43988b826788ebdc480b93c8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:5c7cd24d871c2221cb0821854d7a5c0dd48175dbe2ecb90cd88ef0b903a8c04a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:6cc5338288921a8430aaf8dbd55f8d44efcef8f8b4fc47952defd07ce7d7d4eb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7b248b8a57372420cd03c8b0839d2e3c2a6fa1ea2f5422f972f34ecf54ca012_arm64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:a7f61874bde1da9eac4aae3a1294a6d5e409d49c0ce4aae8cfafe904a939719c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:90e64cbe2fa7ff0bc4610a6440ecdc43a3d0e80e73f5d67f193a8af96ac7fa9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:af900a1d4a9b5d892080f14164867c4b3435d234c913a0c2f12d45daadfd3d48_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:ea833927c14918218907286236f58710ca8bad9b7305b419b8e8c7b28a71d779_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:127c751627f7c3a4b27535964a5fe0ab775ebc1e0f94586e7abd79c6c20e3f25_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:3e27ed0170bab47ad9e3bc02ebde9a266d99f0bdbbca8d7bb7a63c5b5c57f668_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4c484253f1a179bccbb6351234d0e04821e0ca9821f3719503b7bbed11a2c5d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b48b16dc1ae3e7fd2bcd995dccaacc32bbbed3171a7179fb9bbd9f894bcad327_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:dc89a168d7c66055aaa61a9f332d36c9a2b70629d3d42aefa177ca5aeccbd44a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fb78735c5d44f5d0aacc1b9c149c21f200418efa74fe1298eb330aea93abbaca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:4dc7ac2ac847aaa9057dc63fed475599f67d80db9acd78cb9eb4cb460b8d083f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:86d12347f71237fbd34144467648d06f00c38d3782311b23c09da5b52fa22aaf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:b427cb79ed18694e271f67040e16f1e4a0335656d3630d36abe2d9534cb9b1a5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0d8e3ec089bb6363be59ee2e7ff5df10998906b5133f5139da53a10f583137aa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:0e7d1d351a0bacb0c62d94e36eb096587d7c5cd5bada9d4381c96c6bc0e6871f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:2572af11342785cfe626632c098e6dadd7417cebceb1e14e8482b1f7c8ae3bb8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:d55d026aaa5cf82c2d292fce43f3feb20b51a6cf92aaebf02f518325d7856e82_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:122e8bfb9fe99f2c47c0312be9c535cd524c4c148c3963fc72a00d7d625d1fab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:305c4bd7fa82ae0cf87712b3e4101069183ced415d64410d897599c627cdfc6f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:c65ab57613ffa0c75d60840f6204aa270eaeca9f6b4e628413b286e4f2cf98fa_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:fd2d4d2eee76b565a7b4ae2f60f6abc2173ef0d890fd7abb72d93caf1b673073_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:427081a8631d4f38fce2c5bdd8fb7ddc2d5455d39ec35fd656a6245622c547a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:765f95f6d78297bdc9f64f825d9b0138937fca18b829c1f83bf124ceefc46c99_s390x",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:af81927aa65158a2ffc76dd617cb88c4747878ca58c215f981ad12d1c1359ddd_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:b8268df714b547ff9f313ddfb5250ebeeaf5a4957371f3c4efa549104ce7f9ec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:00fcd34631be288578775cd3782f90a252404fb0feb7aecf09dc882026e137ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0a40f953697149e8810e054d900949f5e0e6d1084cbd4d4fb4cef627e41232e0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:5012f8f435a1e1024db8dfaeb1163fea3a92cbab62819656f2d4490822ce5fe4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a5a7a61acecb07f9b5d2f4063b356c3fa5200682b01b02f5ef38782702753f00_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:089c77815bd2ae50cf665e75358d63d2c853c15916c0043b6348c8bc0233e950_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:93606a77afa98c5fb5ac0402fca7debeb7adea06b8630bb45e796a9503d17672_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1ea3b278527e8defe9b1aa00b9dc79234860744398ce37d9ede4e2bf2cbf7692_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:27c9841ca67b2877c60ad63059d82b5f45c283412aa4254480f5fcd6f2883518_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:297dce5caea52a247fc82574e073b8330d8416aa2cd8c012b020974008199936_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:d0f08813fe3b4f668df9a8bb0f117de6923248d48b21425014b8b27a1ef035bf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:da68bdce27fb7f538de37e953d1060e86717d8c7b8a0ff44081ca33f8a028e53_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:2f63242ad6b07c69b67584c7a71b564d184b47c9466b5e45a221f233756e4c1b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:afb0eacc5ae5e07ef907c48acf2ee067f4d14014085f84eb2723b920daf29416_s390x",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:17c1a591248f4a282ac59231700691e05149cfa9974bc662258b8f6e3237d103_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:7a0071331d1a9c471417005318ae3fedce0118abd7d3ebfa50b95b7a490e8f65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3fff32c4e2685bef9c730f98fdd0575709e3d349308152a41dd71f7dbf8a647a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:b53c059f15c0d6ab5fbe178adae1cc92aa28ad37ef727e53667acec8de72dc5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:d06c5ac66e96d241956b71560736fd3d6c8cf5219139a6232ac87746180821d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:e72b6dcf4aa63080e0c9c7bb190abc389dcef638eead7429411427d0ea60ed6d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:13dff48d6136c90a774e06d0e30dbda647948badca4efb139b070f48d9ce1465_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:429d1cf4e0ba71582e1f02a7f970863d00822ad9ceaef552c4808a58cb99c177_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:9e19fc8382a339ce923c1ccef19f73d4a4256cde6b24e38b598d88ee8c815cbe_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:c473d5c11024cb4b2d2c92f3641a2b29969c1ef7f013e5bb14ac74eb4cc60d9a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:0a0d0fd67d240fea46ca9612d629eac7732767829b094876533df249bcd54180_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:4f2660bd1d7ca48c8320cccacb721f9ab704489b0bb428f75f8eeac6045df73f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:b853f447703ab0c2310883524e4e1632df0989571b379613fc55a6c70f86ea28_arm64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e083c658d3f043919f73a167fd6324d124b85391faaf6dfd76941807bd6ee236_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:153115da1c4bd5a3f3f2a8b76faf00bbf2e1bad1a9977d3f06d6ff385a23359f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:182d66fc3d2b71a08631b091856992ecae3105d2c1217e017982464c8df8d234_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:3e7a23757c6fa0dc19536f64cd33fabf66900f57b0b4ed94a8fc14a07f2e1eb0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:66e5dc04a0c276dade4f15bcaf18c603427b7d32fd047d2de3b1c86e362d7a5b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:277b27b297f2420ad7064410cd5f20ee250e06e5dacd59699affa19024c89839_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:5e53763299bca2b1892c8a18f8e81a52ce0f3d42ddc379eb7b1f166546b5e4c1_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9909c20c90514121b4b7dfa2ce6500a1297424cd0f18f52ccaee28adf3046708_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:b323016d68eb18231ec901a6d2824e5e6e4a26c9810406545a0ef2cf4cedf625_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:2c95a513fea425ceb0cae260310d68973b8a78f9ebdf29e9547d8150eed174ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:364cc910103194aca2e7875d42e9512d1f8c043134a918795746d5dc952ce240_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:9da14f1a9d1173e0cbb720a70a6b50624d4228f5d1bd5cb40e12f685baa8f28a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:d2c996db015285504e1203f33beb5385e9efbe93c34cc4ea69bab6fe5f9df0e4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:213d527aeb50a6c25e9e9240351462581255141f2aa9f7df7a7b61c0e744779f_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:9bb84c4b025aaa5b01b8398ccca4fa6f1fa901395a7d42be83f52c8c5a90c138_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:bb08ee427b5dd9a96abafebcb3b18ca81acf5854a44e55a2091b2145b3f5c494_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:dae7dcd9a94b03cf701c1e9e6ec9ace9b1fab1f78debcaa34c2f4d72eaeedb1d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73864ab59983a82a78a069de4d102b32105602dab9fe9205a5ddb35023a7e019_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:aef46065a6c1044d9c5d575c012fa7b476fc6f0485db181752b3f1cee2eff6ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ed274e6d43cae33474bf1d74ecc63b75f24a3b36382da09168d17e9bc457a4d7_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee1403019512d6aeedbca097aa3d2a554597a55832c594f3eff9b1640dd3e8e7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4bfabd32839961f287faff47f00b74f72006428d1d0e968510ff8526a0e7dbb6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:818cbcab319024c885f785e5194a4a24dd749f0fc606ee816b86a19fe97b8b6b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8e9373a68cdb4cb3dcaa369bd776c42776289ddb316871c78568d00d2ca1a7da_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:bedf600cfdc91aa0da8dd232a5b01399aa2a79acb8781e378cc31d2a7829269b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:eb83a3dd8125c35028a3ea091f901d345be8dd7efea85cc0e5ec231d2a7b0888_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:fb233ac47830507c6cc47f502246e38b60838b364729a129ddc3719d3bef7a03_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:258602b8561801ca9a787a53045cfc0d38291f4c9579e1d76c0891a42ce8fecb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:43f0cfa6d80f2daa61c75d0a80d4f0e9a4a6c36e9fca311972313ff156c42704_s390x",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:481375dbe605dc002f6ff472edad0b8cc84edf998f1f029b942ebab0702a8c2b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:5e68c01f306fc361dbad408be86f5a652182f021741d11de41c94a49ad059571_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:4d0a2058592b2c68bac3335eac0e8e0083bd368ba5d7f905632eec465a044863_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:7dda63b1e4c06ae3a9d90dfe59e121e6e02f289542aa387a04f136080e75ddd2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:a8d5a88e04c098b76ca43b80d352e0cb9a0a715f1ecb3f6caa587d58b9f18973_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:fce2e324a1b20917b0c1997287630ec21672b05cfa2801edd9658948cfaf0aca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:47451a12cfd2686a8c5731dd74c6c5d4e83fe00f9f88e1d4ac3f539bc0c25e65_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:875017fb542c912aa6a9963f3890609b6a94ecf5dc2ff343a59f5afac9ed1e44_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:69f3b3d73b4f67444c9fdbdf5fc9067f054e0b3807910ffb0eda93afdb100845_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:feb334faec07e3dcf556f11b8516e433a85cefa02ba2c8c7da2ff2504ae6e5bc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:66419c2ee92b18ab8bc98dd577b17c393c454c0f426b33ab957b2729dfd60de6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:7f9014d5d879942f3cecc3da1b581c7b1b60e81c250427214706808dde367121_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:c6299de83ac52da82d7f5b9d29b72a8908fd36bd9475dfc0b83bba63d48c13f8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:53aa8f43d40a1b2a11f02497771325d2ee1a6878712ce205356678875237d9d6_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6677f9f4f24e0ec1e465bae79e9769cc2a1dd43c1c807b08c83aba999fb21960_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:a604f6cb53bf74ef7ac08e676a596d1773303356b3fd2f07f07e644135595bd1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d875943fb259e5b03bed6a7244c8fd978c552f32be239d258dab761f92ec3f6c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:1096df81ff95963af03e309e0bd3fb2316e42094c539950d73f7dd8d7044fc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:cb5e475b730f60e5ccfed27f33be95fca92efcce1ddd2c9829a877b24179466f_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:d1925e58b2109e8e4c3b7b2a3590e9d26cbc1e1f3aa02a3e37ae908143e3e1f4_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:ecd90508ae83f91ab629772a94d994df906f00132c89bd5f5074d61e90b8dd87_s390x",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:02e9143cfa77281cb9c03176233e0da56c45722033fa290d4d5c80e2dda96a0e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:68950ba1d785ef272592afcf1b779793a431d22f355a24d8ded352e91eece9af_arm64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:bed65c9dc5a1ad65ec3d11c5fd7fa2a1313554a8a4671a378be4c19a9bc75cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ff11bfdab56c810e1fdfb0e1175ef1adb728b1e16883bf8a5e67693f15b792c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:2ffee849529d9840325d4e9c945df247cfc6dbac88e0addc1b89802ad6cc46a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:4e16f081a77800b7139131fa4ddf6211cfa3768dd4179627daaaa767d1663267_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:ab0764d478344a4365a50c9b5bcdb782b61ac42f98b3f696637053d1e435e6a3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:5dde6bd3102d9af105495c3f05463442b2808a43c30dfaa31125eed9012278e6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:6d386168c3062ba24875f06e7be086cf9d805c61d4c0940e6247193f4d0b0086_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:d2c6fd0ee75dcf13767f26b57eda833c13e997457dd153099ceeeb9143d5082c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:da0f6c2483989add0ab5ce138689c9918bda61e5d566eebd754e203a7151152b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:3196d4d62ed2aef96551fe380050117cd095071863e01371af254433c63dc2d0_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:4cb380f990dbe458ee5a96d51a895c481754b9518af21031d55d9abd2e0ebad4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:53aae1c933faa8168f1b549788248e5bcaf3505a24383e5ed7150d8d535dec39_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:b94318b2210c96158455e5f3b46ff597ea80ac7037a0cd23b4845cb7244c16cf_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:291eb1763ee6e62defd32df9d5c3bc23c2700fd53ef7934f6d8ab567a3b117bb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:37e913573603f2342048b34da4906e58b2cea89dc403b895f92595c7916251d8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:5b7bbf931ba13244467607c1422a0f264e0a000b79190236cab40744c3aeb336_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea41672a5295baa6bb04acdcc8c0a50d02a3dab27473e0fe04581fda9e63b7e8_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:0ad15efd356aee1bd1a35cc7a08b5e3ec79b152458c2362c87ed524c626719f0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3f95ccc7c9f235d36c6a7ae80c560e3c491bd92a94f1edb34763ba3579c8b71d_arm64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5d985e7e12162675e63116bae3d90210c8ec97ede10341e1b9a6432f0290233d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ca2e818e2d19ec27f736c73eaeef255d8114a4b08ebd39b13e55138cd89c6eb9_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:1f8fd105535c2588ff0bbf5f5307957580cd5414e3b61584fceea3fb53437393_s390x",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:4c357a92ae31f8c871ee60d7bd353a568096dfa7ccc6ec75fead84418f574b26_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:97b3f13694fca394e3e6a51d9a8ea92183b8e35c9daba280f7083e3a4302c580_arm64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:bb2bd09465fdd1a48c5d7208b3abdcc71d08d189d1f5ea527d158ef1373f7ccc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:2a3b4ee500c2307794c5f566a8fda00b57b9b89f9a2383f86bc58573affb0850_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3afc54705a5ce42d6e00167052bc739a7c634dd205fa49438ac7d6cefbdaf043_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:abe3575388efb9f13a1fabcd9f768032bcfccba6f1f616b8980cb9df53c30d5c_arm64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:ceb585c1331dbd12e802edbe668c0909c6de4e58a03abef0306565edfcbdda5f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:1c7c7255aacd6317f3c0a28c16cb9fa40e75599c4a35463dda6a730abfc29744_s390x",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:21692c528ab6de8b98c18236a3864b9ddc4a85149c428b1049d46cc5bca4d5ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:80d74ca5633631c142a4e27e5b002104b540c52c300e21bed44f25e840a3bfab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ebe966665bd2f17634ebdcd2c7adaf06e42e60a2dab919deb765686619cd2d9b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ff88f1a78dac067bb93d98818bcee9bed36de0b2a74f3ed42d15ad816a16f624_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:cd21a19f97e004856c475daa3870180fa58b42847117262b646f276e61f59c53_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:02d61dfc59ac70096dffadda38a52829cd61c9c016e54d2b6d78eb5182d2b19a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:a90664655251e574a0be5c1bed56c9db6730347cf3dff4b53e79cba4b43f1166_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d4e7d0d960dc84f2f610ccb82b701e1efa2e975b9049637240d214b8394bd1d1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:d71d98a4819c555d358d6211778956bd63d95fff29331dc50a4e2be6cef5c645_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:036e3ec5d4ad7d7dbf5c1c12a72fd3724446f3a745de1f76cd8782c4fa56f727_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:19239e3ad0dc93099774828bfaf2dc932cc9ea3c95be0404687b5d1fa9d9f911_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:31fa9cf1cc99472bb7b0b70c8fee5086838d6be48bde949be147099346434dca_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:b0a84ee08949b2083f4c095ead3f971c2143b1019b1245218247edb7185e399e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:0b3dfce41102fbbe5b6b9b386b94909242b83e936b9780561b801a83784b8965_s390x",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:45f5b9655913463a5e83642cf27360b5617da50873616110902d83c4302ef8ba_arm64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:58542b66d595e2965e74c3403e9e67e8fe55640003a2203fda2d5f76532efe9b_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:bcd2c2d25a359855910627de7869cefaba18977a588c2900184dd13d4a92880b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:0539743a7906abdb4a8e3b9bb82e7ea488554f28b71c54227e7b881ef000ed82_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:32862431838ace2ce989bda29ca9aac5b20057f1050545c500278c93b69413c7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:9875de267a36a921ebc3f481327b338ee6b36e14da9a9e2d1f57b20f0c0742fb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:e0367c9b5c30c012d0d42797a48e0e9d7e602ced163277979e991975251e68c4_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:77fbe9525d77cff335bfea5ec74848b31f0b109c98512107287ee0f1b1e8cb0d_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:aa12f1335c34c73893d174ddbbedb097406c210f92710f11741afc249bd127cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:bebe9fd4af904b19ead6aec8fb6468a7903ee182ae56652fdbe4a5bf3887f212_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:e0588000c8c83f4b541083b26b5bed8173715d945a9df337a1cef7aaa9436610_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:58b65aa08b2a58ca324edd04f41d7d3afc49251edfc25ee3e151513e3d7ee842_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:bad706689dbf8b372521a2f82658a3c9bf9f8d4c303132789042258ce52b4f08_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:d0b479c9de180b48f2f67b2728ba2ba6c54164efe2996b065d5b399c344c29ce_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:de1b83ac1b575e1edeb3de540912b6611d609c9f3c22b2490682d2f4ae68baed_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:508e7f26b0939dfabf7b19128e058827dd770a6907cbcd533f71fbccd9698338_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:52303b861f597466d0aa32477bec34c5479b1ad2cdea1a86319bf93fe4ee53f6_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:8dd3134d9c64d719217d530e38e15e6b462ef9fb6365fcce5684240f64fdca1a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:d4d1967772574cf1cf4b78b2be8b5dfb93d8805f381a8a9d1c4ee9083f0a3318_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2c837bd77a42b50eda21b293ad3caa807383ae894d68cdcec68efa7fbb21706e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:38772b24628c2a38a86855525b7129f8b5625fcd278484238c4afe3692767575_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5fdd740068505aea646eacd446cfc5230fcaa7fb126dd3ff622bd48da0ee1ee8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ac32fb031b13bab9ea5314a6ebe936007ae00575bbe06bb91a2c981fe5a3962b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:2b245da07729ca4dafe5c104fb801f1435fdd97b550fbb403cb80bdc2d079204_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:4242d43ae7e017ec1ba9cee67ca27b845e6295f0f792b7d3b92bdeb5bfc322cc_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:55b9cfdbd0e2e36c5b6b6436aef67f6967f44bd56351609e352db1404a0865cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0beaa5f75124261327ad6abe76feb75a1bb8c0a1bc51dd9ec806e2d281ca51e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:26304a25a3bfbb162d475fd742e7df4ff1db75501ba635c3285a48483a50d277_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:743ceecdea05ba40cc696b6b50c9bfa5203087afff78cc772409bd4876a06cdf_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc421de634b9b5cfaa0761143be11555040e03b89863510eb98f9882cef9d860_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:fe1b7ae0013ef5feb8de9c4fa4a13b5c09cdbbbd7822b55dcd20c58fd2b5156e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:46307122a51729a38d66f588eec8ed3f8202d5fc31b95e366c55527bc47988e8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:a52947f3b8176d19ab65ca8da6a61edd395b6e702c8d0618744851caaf890e45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:b46d8c3cc76bcd1a4cf2d519bfc4422adf8a502c1cd108d4e322d6c6960af299_s390x",
"8Base-RHOSE-4.13:openshift4/ose-openstack-machine-controllers@sha256:ce74db83b60e51116b2b30200ddc0c74dff9c7baa508f90609c5333c876beb76_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:52637c6f0a56bb7e83527a9c9e2d695afea0eeba8c2fc30078214036eb393525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:a9e8b10d6faaaf43dbe491a468f0689af24bdbee066bca3de0e1cc32a195bb5c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:ab158bacce98a99f5e762c0f5afab55d8ec89632cc058c802903829e8c67e71f_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:c4ee8544f55dbd0e8539620c8c624f36dcb3c9eb471e3694df01ca978b914b55_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:00eaf204536112ed09a10e4c70f9a8dc6827726bf9bc34f279a9156b881a7a2a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:3d7f00d2ea32e1086616e5f9a0e94c0f83e573c1aa9c42f155869901581f193e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:9ae2363634f5e4c42b4a72d60b811a5ad3b171194f2862b7f1833002715f6b41_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:f5acf092effb5be35da9512cc488d4f28b3084b6272d043039822326bbc7cf45_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:81de3052b77d39e1188656046384b21be50b648cd93b802dc11d2ff3b5ec3d96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:d102be8e5898670ea53556c590da4ddcd3cf6d60e18bc4df36f6481776e02d8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:e745eef5ddf89ac2bdc6db5f61c1fc51efa1bc8ec31a58c4e26ea033f3d58080_arm64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:f3a855c33f2a89b753bc33271ff79160d2590154b0663d79b193d36ec6518102_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:208b75b54ecd8c9682904e42b85eaab949ea69ec2b31e62d4d130f3c1ecbb27e_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:629f69609f33463eb3035bbc2dc00dfc9396c93be17de10993620c2086001dcb_arm64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:aaf38a6ed02709e2337d8bfb244566a20a3518be8c69ebbb5a1bd2c699f3ecec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f6484e8cc663ac6fec141a58f89d58009e3e2779d3ba0950dbc748f08988e564_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:3a50d765747a6d13e9d901a752f6c194b796f72ae7a71f3afabe8fd5f0694d5e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:4964f9b316ef38d1755f1a51287f9cbe290d3762525e003ac872a4506545186f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:6c718a888c0662ef0b72180a7cdad52e1b99290b35823e0345e0931c09f4ea8d_s390x",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:e2dd717b27998b3093c0bbcb54a1e23106ed00b09ed4a6a6df8285bc3687d043_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:1776d9dbc90c5200ab699047da5079880c7763f9de434d7e6a7ed67441461eb3_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:d56cf36b4bb9f8d315546ad353c6e46b5c51386bc4f52cece4164c405e516e3e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:3b777eb0b9c7472815e605f59872747e4b08f0c7bf1690f0aec22fb515034def_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:7ef76cc3bfd7f578f77b7b57f1118b058d5cfd4cc0241f8e206e8c8157cc1cbf_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:1d1f5f7332c54a4c81ab6b830cc95ca25f2bc8cc252b8eca9acd62dd713704a1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cd0f1904a448a6434938b4bf2f2fdb4228cbb1d0a8df575a9c5b24a71f97e3df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:d2db6a427c4705d26b2c1cc3ebaf2c9b9e73e5d87f41e4851381e9c7035461d1_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ff7cfeec16898c293222ac1422841440cdeffefa7d489757e71999d5305425f8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:4751ff3203c7fc84092bb21029e23af5cc07d08c4f7161a5e799d25e2a2db6ae_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:a0cf5c98cb5cd309c4b41d42ee1736896a548918272a550dba0a24398e9e0e72_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:ba721cac6f2d160d2397fd31ffe6e684bc563e63bf78af152ad101816e753a93_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:cba33825c9194b5f1b189971e77077909f533e94e7f4b9ee47746c5c54c3eb7b_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:0f657c7482f49cd058f8e159c309c6b39ff99b67aa3b5e61f86a8cc872ea9108_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:8377a91c5c2f255acd5d6dfbb8cd4dc900b236b8ba7e080dfaf9159cff64bf66_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:d0001ff17069068c1ff0b5f14b6a1ee8b9e427b72e5eb15da51fb49816cd8766_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:e42eaa79d0983c13f709735acbe8381c241f31df4f7214d9cefedeca39d077f7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:2a4a964522c39b5b12a6bd2fdcdb6654f96bb7a040f1542b35036910dd2bb171_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:8efd4b67ec7d05cdae87c7d00ff08e189694d67562deb8b7d589ecd634d4f9c9_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d18998445f93d055586228a53c502762f90e0079f53f0ee99ce23231ec6b58f5_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:d9518a22aa878ce08e53de158c0d7507374609eab5a704e07485abdb6722d43e_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:717cf0e5e873e6bc0f38cf442a2a4786945e883e0870e05badddb28fdb05d290_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:79dafd3417906a643d86a170f5193ba78ac89b837624f25facf403165eb6b765_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f3eb3ca77b224bd4f02910a7cc3f9db79015ec014d21d8a62a57b35da65dd0c3_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:f640a45cbb12d88d87c0f4822a609ba698949a914052438967e15572891c5261_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:19559ba3c3ae20eaae1d5630498a1b340c0ee18a595c6768ef3518cf859e1ea2_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6d1f570a7155fb583f6a5608ff6fbcac13e8953b26e532bbfd40e86d2bab3284_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9ddd8873d86677a1a6e6ad8fa166736bc54d9fb6bebc4c6ed0ca8561a20e826c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b4c78d925f2ffcb4c5682659c54348401f19cb100b569422aff2cf561f935826_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:021a5f1f0d427818bd529ff09d556a17db4ca171a8813b88281a06f9ff28af52_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:0a80a7772f1e4e9d4a7074d3e65b37b2270c3513e6bcc0595916f5eb67ed3cdc_s390x",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:4cfbd2e16ef555379c85883b8debf7638a1320ebfec824ac46f923db37e0ae87_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:b8cd1a19851f804e712a58a69af5425f08687baeb387f27073e380bef089835a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:4f6243adb06effd447752f4bb51e96ea73d8ff83c8fd58cdc395b4d5f8f57c76_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:62b6fa884ff0e137994372e4696bd51efdc8efafc17c5560a6a7bb0a0109345f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:6f21213d9ff134770c2008773b005744a5a1ea621224709ebfdf47d6dfe46009_arm64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:c020ab72c47221eae3672b1083895e7ca4c7196f7efa63392bb236e27f3869a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:4c5dda3b3381efb325813a6c3ff2a6ebfa4e7c1eafc629ea92329dcd363d1d45_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:930114831d07c9e305b446f46cc6f329f789965a26155aa81ee9099a15314bd7_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:a0845afb7f10edbb9445a46c47e1294328628a7cf8b1eab30b7e2fd60b8f11cb_s390x",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:e3bdc7c76994a72ca396fc225954cc2825fbaf13ab09b256b1576d623d2a47a8_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:53bb5a14c1d634a465b2a87e88a5746a808837d0e36f0c45dedd0a838ffd2f65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d014970b365f388a53a81245ac0c7ce3d9aa4807e6cececa3486fc53638daac9_arm64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:d8be2b17dcc732abdd8fd7d37c87078e71d85a4b44a5b4a5e7a69d06c8c048ea_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:ef52ca4ffa4d664c9bf980090a118c62aeca7c05bc6500deee099998dfdf120e_s390x",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:063e36b5766b001725302913dc1d69c4fa884dbaed78a229497ba2d988c8cc50_arm64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:182f18eebbc8f63a90a99f539ed33eb57a8e7db56a479b8ce60d81512b58938a_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:a191be35a746741eb752fb138f93bc018dad573f2a5f58e6a9e9dd6f0343aa81_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:fc3b6277829ef66287aaf66b63d8e7aa18e9f76dbfb7c893448eafca3f96d7a4_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:03d1b325a466780bd2d50f4e30d263425b53178bf1d06a3b14398bce4af0e61c_s390x",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:bdc8ea46ec58ae904bb4f590e58716af493784754a107bf4c28ee91e35471a3b_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:cb5eee9ab4d9c116f270690828734bce9292e759f5e4a20f399edb76d44fd0a6_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:ec694af09776c401e4c4aed42bb58b2f86cfb36aa991975309ab8f536b34c1b0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:512ad42ef6bd170b54f89050e61f7f10a7d5cda58140b9fbb36435654e50725a_arm64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:5add16954e090f5f5e4f3b7fe3800d163a14ec92afb50ce549bb68a820e8c5a7_s390x",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:658d1caf5f8493aa7c9643dd0450070025b8b04fdf01f2545c9f6add7135d555_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:f6ab9297dcd0cd5adb743e3e4517be717b505d20d68b734cba12d5a1f6b1a646_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:0240e4665dc72c1ed01299e2e821d9ae6e3a41702483ad521a68f455e999c9e1_arm64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:1ed07d96b3f1d96f251017ea09799d065ec88fc0ffac1572438274bd36b9987c_ppc64le",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:3e3d382a3fc4c15b593f09b7e09047264ce375a5be71c4046d60e7ac308dfb59_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:733dcb103d0d7973e3b81b8b599977d9af8ea6f0de8c70796355041ebcd5b94a_s390x",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:967deb14925f182fd0374130f22411872dda1f6789a2f63c556a5050a8a1b701_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:edd392c0398ddf2b69373433432c151ef315dafa9d8c37a24ba4a0f4e815442c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:f00cc7dd5c398984b2b0319c0970e400f4d8cf1e3a4577aec2b3739bd20e3361_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:85f0d8251c507a540f2b5be4d23c4ad5061c94dae2b0256a80dbd80c5f5ed622_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b962f96e5079650c504f48c5c20bf41d284d57056f41bc108d429b4b00b4113f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:8fd500a8ba00646e1bf627043c725aa2fc8147440e333d5b98037ed8d861b627_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:06ef40730c4426553580bb7ab84dc8e1e9ad00b1d5611863a88ed7ed374deaca_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:ad3b9008a8315f4d69021e63a8f77dd57aa04490331fa330a6788daec9c604ce_ppc64le",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b23879e00e9e9c93150cb8642b063d70832cc60cdba79c3c2b8a633823b04930_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:b2b9e9c81a53c855adaa7147d3d7d2f4784140905a67aafca4c3e55e1de529fa_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:7d1cfa7c7a8c4b818f79b7de21d1b547584f6c429a85b510a05f501bdcd5224a_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:af5777474dc414eabef8d05e3e095954fb805c21ca98c4108ba76610ea81f463_arm64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ba11ac4c253c1917e08e12462cda3cd6a3a1cc242f39043cbc4b77297da6a90e_s390x",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:d347b03ce1502b276d610b68334dcd5c8b781f3c214a400c20218b22fb56c087_ppc64le",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:595afb7c33d7fac4b7cabc00bd4167b4d615410858a0bf0383500ac537c08a4b_arm64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:8e141364dc2060b5101a03fd5b97ccd570ec223076e409e4f6277c986b915ff3_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:c17efac026ff7d3b0288fef3d074f6073511d60f90cd4f93a3d4d87a0fd99f3b_s390x",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:d1261b7301bdbbc1c1d518b44ebd5329048dcd5b6aa44baa85e4886346e7272b_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:5ce2a386191ff762d338782cabfaacf42fc530a451e1d0c1abf90935ea470014_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:dd485cac731c4e63f5d0e42e96e51e4eb4183c9154f6346a6f77194d889d7663_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1a2d81e397de59f2f982a755c829acd8bf8af22cb29ca787d7c0b78614664f7b_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5a1a6c28e52e87b2495f6b628bbf5ab654b3c33903c80c99aad9bb7480245c72_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:658d65592280b48a669061f73e41b2c4a131366cba79ac99bfbe2ec6bbb68995_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:994f61e871a101b82502441bc85a3909b607f64bf6940f9b00f7fcebf8f01e31_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:62c0e849f417304dae735ef675c2c1a4d3ed3c4bed53cc962cca581d10c3c6ff_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:784bb97b43280882d10e3257a7aa923fc45d309eb3ffc2dbfd88e25cfa26db8c_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:264a1f06d6b92dcbe73d07fa71fcdca40aec9e01f52cb35e0614948fac03a9c3_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cc4532552cb43368eca38f79f84f020e28e75df1397d488815ba3110fefc90f4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e837fafe92105a0bd1e6613e0779c147b8d4a00e8320e3ef50d7e30ddb3aa1cd_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f5aa8ef1431b96e68feaeff15e0539d89c1d8fa24050688065775bf3cfa7dfdc_ppc64le",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:074e19a22e5752e3f35f6c28a48d653f2a78bb94b10c10df0a32a5be1b6d784c_arm64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:145d63591117a0d09c89368279be5c738c83c6cd671c2b7802ebab03a4f4f67f_s390x",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:5997f93ed5d955d21aa8f555b6c6cbb43a06928423361798a2022a146f0819b8_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:758fde8d072dccc72893a6fb7654462593b505c51a5527fd761b5d0a361f4881_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3540
Vulnerability from csaf_redhat - Published: 2023-06-13 15:35 - Updated: 2025-11-25 10:14Notes
{
"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": "Red Hat OpenShift Container Platform release 4.13.3 is now available with updates to packages and images that fix several bugs and add enhancements.\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": "Red Hat build of MicroShift is Red Hat\u0027s light-weight Kubernetes orchestration solution designed for edge device deployments and is built from the edge capabilities of Red Hat OpenShift. MicroShift is an application that is deployed on top of Red Hat Enterprise Linux devices at the edge, providing an efficient way to operate single-node clusters in these low-resource environments.\n\nThis advisory contains the RPM packages for Red Hat build of MicroShift 4.13.3. Read the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3537\n\nRed Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nSecurity Fix(es):\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.\n\nAll of the bug fixes may not be documented in this advisory. Read the\nfollowing release notes documentation for details about these changes:\n\nhttps://access.redhat.com/documentation/en-us/microshift/4.13/html/release_notes/index\n\nAll Red Hat build of MicroShift 4.13 users are advised to use these updated packages and images when they are available in the RPM repository.",
"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:3540",
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"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": "OCPBUGS-13548",
"url": "https://issues.redhat.com/browse/OCPBUGS-13548"
},
{
"category": "external",
"summary": "OCPBUGS-14276",
"url": "https://issues.redhat.com/browse/OCPBUGS-14276"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3540.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.3 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-25T10:14:33+00:00",
"generator": {
"date": "2025-11-25T10:14:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:3540",
"initial_release_date": "2023-06-13T15:35:11+00:00",
"revision_history": [
{
"date": "2023-06-13T15:35:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-13T15:35:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:14:33+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_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"product": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"product_id": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_id": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product": {
"name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_id": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product": {
"name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_id": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-release-info@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product": {
"name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_id": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-selinux@4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src"
},
"product_reference": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64"
},
"product_reference": "microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64"
},
"product_reference": "microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
},
"product_reference": "microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
},
"product_reference": "microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
}
]
},
"vulnerabilities": [
{
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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",
"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-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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-06-13T15:35:11+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.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": [
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.src",
"9Base-RHOSE-4.13:microshift-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-networking-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.x86_64",
"9Base-RHOSE-4.13:microshift-release-info-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch",
"9Base-RHOSE-4.13:microshift-selinux-0:4.13.3-202306081201.p0.g16708cc.assembly.4.13.3.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3943
Vulnerability from csaf_redhat - Published: 2023-06-29 14:32 - Updated: 2025-12-03 21:56Notes
{
"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": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS). The updated image includes new features and bug fixes.\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 release of ACS 4.1 provides these changes:\n\nSecurity Fix(es):\n\n* golang: crash in a golang.org/x/crypto/ssh server (CVE-2022-27191)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\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, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nNew features:\n\n* Manual renewal of Central and Sensor certificates\n\n* Vulnerability Management 2.0 (Technology Preview)\n\n* RHACS Cloud Service scanning support for images pulled from on-premise registries\n\n* eBPF collection method on IBM Z and IBM\u00ae LinuxONE\n\n* Ability to configure the display of default compliance standards in the Compliance Dashboard\n\n* Declarative configurations for authentication and authorization\n\n* SSO configuration using the roxctl CLI\n\n* New collection method based on BPF CO-RE (Technology Preview)\n\n* Network graph updates\n\n* Policy Management simplification\n\n* New permission sets\n\n* Improvements for Sensor resync (General Availability)\n\nFor notable technical changes, deprecated and removed features, bug fixes, and known issues, refer to the Release Notes.",
"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:3943",
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/4.1/release_notes/41-release-notes.html",
"url": "https://docs.openshift.com/acs/4.1/release_notes/41-release-notes.html"
},
{
"category": "external",
"summary": "2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "ROX-18018",
"url": "https://issues.redhat.com/browse/ROX-18018"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3943.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.1 enhancement and security update",
"tracking": {
"current_release_date": "2025-12-03T21:56:25+00:00",
"generator": {
"date": "2025-12-03T21:56:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3943",
"initial_release_date": "2023-06-29T14:32:26+00:00",
"revision_history": [
{
"date": "2023-06-29T14:32:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-29T14:32:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.1 for RHEL 8",
"product": {
"name": "RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27191",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064702"
}
],
"notes": [
{
"category": "description",
"text": "A broken cryptographic algorithm flaw was found in golang.org/x/crypto/ssh. This issue causes a client to fail authentication with RSA keys to servers that reject signature algorithms based on SHA-2, enabling an attacker to crash the server, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crash in a golang.org/x/crypto/ssh server",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform (OCP) the vulnerable golang.org/x/crypto/ssh package is bundled in many components. The affected code is in the SSH server portion that is not used, hence the impact by this vulnerability is reduced. Additionally the OCP installer components, that also bundle vulnerable golang.org/x/crypto/ssh package, are used only during the cluster installation process, hence for already deployed and running OCP clusters the installer components are considered as affected by this vulnerability but not impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27191"
},
{
"category": "external",
"summary": "RHBZ#2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ"
}
],
"release_date": "2022-03-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crash in a golang.org/x/crypto/ssh server"
},
{
"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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-06-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
}
]
}
RHSA-2023:6938
Vulnerability from csaf_redhat - Published: 2023-11-14 15:32 - Updated: 2025-12-04 05:10Notes
{
"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:4.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of 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* 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:6938",
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"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": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165743"
},
{
"category": "external",
"summary": "2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"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": "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": "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": "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": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2231464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231464"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6938.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security and bug fix update",
"tracking": {
"current_release_date": "2025-12-04T05:10:08+00:00",
"generator": {
"date": "2025-12-04T05:10:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:6938",
"initial_release_date": "2023-11-14T15:32:31+00:00",
"revision_history": [
{
"date": "2023-11-14T15:32:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-14T15:32:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:10:08+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.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"product": {
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch (container-tools:4.0)",
"product_id": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"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+19243+df4d9ff2.aarch64 (container-tools:4.0) 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+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"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+19243+df4d9ff2.ppc64le (container-tools:4.0) 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+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"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+19243+df4d9ff2.s390x (container-tools:4.0) 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+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"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+19243+df4d9ff2.src (container-tools:4.0) 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+19243+df4d9ff2.src::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"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+19243+df4d9ff2.x86_64 (container-tools:4.0) 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+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"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+19243+df4d9ff2.aarch64 (container-tools:4.0) 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+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"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+19243+df4d9ff2.ppc64le (container-tools:4.0) 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+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"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+19243+df4d9ff2.s390x (container-tools:4.0) 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+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"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+19243+df4d9ff2.x86_64 (container-tools:4.0) 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+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"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+19243+df4d9ff2.aarch64 (container-tools:4.0) 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+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"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+19243+df4d9ff2.ppc64le (container-tools:4.0) 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+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"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+19243+df4d9ff2.s390x (container-tools:4.0) 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+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"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+19243+df4d9ff2.x86_64 (container-tools:4.0) 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+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"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+19243+df4d9ff2.aarch64 (container-tools:4.0) 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+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"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+19243+df4d9ff2.ppc64le (container-tools:4.0) 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+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"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+19243+df4d9ff2.s390x (container-tools:4.0) 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+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"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+19243+df4d9ff2.x86_64 (container-tools:4.0) 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+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"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.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) 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.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0"
},
"product_reference": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"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+19656+a0b7daeb.aarch64 (container-tools:4.0) 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+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"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+19656+a0b7daeb.ppc64le (container-tools:4.0) 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+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"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+19656+a0b7daeb.s390x (container-tools:4.0) 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+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"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+19656+a0b7daeb.src (container-tools:4.0) 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+19656+a0b7daeb.src::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"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+19656+a0b7daeb.x86_64 (container-tools:4.0) 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+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"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+19656+a0b7daeb.aarch64 (container-tools:4.0) 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+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"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+19656+a0b7daeb.ppc64le (container-tools:4.0) 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+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"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+19656+a0b7daeb.s390x (container-tools:4.0) 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+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"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+19656+a0b7daeb.x86_64 (container-tools:4.0) 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+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"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+19656+a0b7daeb.aarch64 (container-tools:4.0) 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+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"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+19656+a0b7daeb.ppc64le (container-tools:4.0) 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+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"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+19656+a0b7daeb.s390x (container-tools:4.0) 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+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"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+19656+a0b7daeb.x86_64 (container-tools:4.0) 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+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"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+19656+a0b7daeb.aarch64 (container-tools:4.0) 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+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"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+19656+a0b7daeb.ppc64le (container-tools:4.0) 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+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"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+19656+a0b7daeb.s390x (container-tools:4.0) 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+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"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+19656+a0b7daeb.x86_64 (container-tools:4.0) 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+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis controls ensure that security flaws, including XSS vulnerabilities, are detected early in development by scanning code for improper input handling. This prevents vulnerable code from reaching production and encourages our developers to follow secure coding practices.\n\nSystem monitoring controls play a crucial role in detecting and responding to XSS attacks by analyzing logs, monitoring user behavior, and generating alerts for suspicious activity. Meanwhile, AWS WAF (Web Application Firewall) adds an extra layer of defense by filtering and blocking malicious input before it reaches the platform and/or application. Together, these controls create a defense-in-depth approach, reducing the risk of XSS exploitation by preventing, detecting, and mitigating attacks at multiple levels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-25809",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182884"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: Rootless runc makes `/sys/fs/cgroup` writable",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-276: Incorrect Default Permissions vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess enforcement ensures that only authorized users can access system resources, reducing the risk of exploited default permissions. Remote access controls further limit exposure by blocking unauthorized external access, preventing attackers from leveraging misconfigured permissions. Baseline and configuration setting controls enforce secure defaults, reducing the likelihood of weak permissions at deployment. Access restrictions for change ensure only authorized personnel can modify system configurations, preventing accidental or malicious security weaknesses. Together, these controls mitigate the risk of unauthorized access, privilege escalation, and exploitation of insecure default permissions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25809"
},
{
"category": "external",
"summary": "RHBZ#2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17",
"url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: Rootless runc makes `/sys/fs/cgroup` writable"
},
{
"cve": "CVE-2023-27561",
"cwe": {
"id": "CWE-41",
"name": "Improper Resolution of Path Equivalence"
},
"discovery_date": "2023-03-06T00:00:00+00:00",
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-11-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: volume mount race condition (regression of CVE-2019-19921)"
},
{
"cve": "CVE-2023-28642",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182883"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28642"
},
{
"category": "external",
"summary": "RHBZ#2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c",
"url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Avoid using an untrusted container image.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"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:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration"
},
{
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023_3167
Vulnerability from csaf_redhat - Published: 2023-05-18 12:12 - Updated: 2024-12-17 22:19Notes
{
"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": "New Red Hat build of Cryostat 2.3.0 on RHEL 8 container images are now available",
"title": "Topic"
},
{
"category": "general",
"text": "New Red Hat build of Cryostat 2.3.0 on RHEL 8 container images have been released, adding a variety of features and bug fixes.\n\nUsers of the Red Hat build of Cryostat 2.2.1 on RHEL 8 container images are advised to upgrade to these updated images, which contain backported patches to fix these bugs and add these enhancements. Users of these images are also encouraged to rebuild all container images that depend on these images.\n\nYou can find images updated by this advisory in Red Hat Container Catalog (see References).",
"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:3167",
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/",
"url": "https://catalog.redhat.com/"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3167.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Cryostat 2.3.0: new RHEL 8 container images",
"tracking": {
"current_release_date": "2024-12-17T22:19:24+00:00",
"generator": {
"date": "2024-12-17T22:19:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3167",
"initial_release_date": "2023-05-18T12:12:25+00:00",
"revision_history": [
{
"date": "2023-05-18T12:12:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T12:12:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:19:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cryostat 2 on RHEL 8",
"product": {
"name": "Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cryostat:2::el8"
}
}
}
],
"category": "product_family",
"name": "Cryostat"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"product_id": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-grafana-dashboard-rhel8\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"product_id": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-reports-rhel8\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"product_id": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-operator-bundle\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8-operator\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"product": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"product_id": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/jfr-datasource-rhel8\u0026tag=2.3.0-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
},
"product_reference": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
}
]
},
"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": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
]
}
],
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
}
]
}
RHSA-2023:3167
Vulnerability from csaf_redhat - Published: 2023-05-18 12:12 - Updated: 2025-12-03 21:56Notes
{
"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": "New Red Hat build of Cryostat 2.3.0 on RHEL 8 container images are now available",
"title": "Topic"
},
{
"category": "general",
"text": "New Red Hat build of Cryostat 2.3.0 on RHEL 8 container images have been released, adding a variety of features and bug fixes.\n\nUsers of the Red Hat build of Cryostat 2.2.1 on RHEL 8 container images are advised to upgrade to these updated images, which contain backported patches to fix these bugs and add these enhancements. Users of these images are also encouraged to rebuild all container images that depend on these images.\n\nYou can find images updated by this advisory in Red Hat Container Catalog (see References).",
"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:3167",
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/",
"url": "https://catalog.redhat.com/"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3167.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Cryostat 2.3.0: new RHEL 8 container images",
"tracking": {
"current_release_date": "2025-12-03T21:56:15+00:00",
"generator": {
"date": "2025-12-03T21:56:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3167",
"initial_release_date": "2023-05-18T12:12:25+00:00",
"revision_history": [
{
"date": "2023-05-18T12:12:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T12:12:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cryostat 2 on RHEL 8",
"product": {
"name": "Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cryostat:2::el8"
}
}
}
],
"category": "product_family",
"name": "Cryostat"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"product_id": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-grafana-dashboard-rhel8\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"product_id": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-reports-rhel8\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"product_id": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-operator-bundle\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8-operator\u0026tag=2.3.0-5"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"product": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"product_id": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/jfr-datasource-rhel8\u0026tag=2.3.0-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
},
"product_reference": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
}
]
},
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_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-05-18T12:12:25+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3167"
},
{
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c0bd96a3e451ee82a5874e56b34156050452ff7fbafaf192b5991b825e6dd979_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:d5dc8178232bc360954311bfc28fbbf0ead2144a73b289b0308f27d9c3379b60_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:21c64326fda1bf605b430844634fd456f3ebbafd7539c18356ee0ceb204f614f_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:91b3cf3508eff9ebc86b40aed0e9216caf2120d68ce2dfa178094733153b467c_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:e207cee8c61092f6c8e75b3a4aea220d248ec24169da45864c948a966d686f81_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:5156043fce0f9130235c7cf9cdb19545620524dac856f6638dff72735647206f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
}
]
}
RHSA-2023_4664
Vulnerability from csaf_redhat - Published: 2023-08-16 14:09 - Updated: 2024-12-17 22:23Notes
{
"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 Virtualization release 4.13.3 is now available with updates to packages and images that fix several bugs and add enhancements.\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": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.3 images.\n\nSecurity Fix(es):\n\n* openshift: OCP \u0026 FIPS mode (CVE-2023-3089)\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: 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.\n\nBug Fix(es):\n\n* Consistency in naming mediatedDevicesTypes and nodemediatedDeviceTypes (BZ#2054863)\n\n* \"failed to sync guest time\" log spam in destination virt-launcher pod during VM live migration (BZ#2064160)\n\n* Missing documentation for snapshot recording rules (BZ#2143165)\n\n* KubevirtHyperconvergedClusterOperatorCRModification alert in firing state during cnv upgrade (4.11.2-\u003e4.12.0) (BZ#2154319)\n\n* VMExport: can\u0027t download a PVC that was created from DV on NFS (when there\u0027s no VM that owns this PVC) - the storage doesn\u0027t support fsGroup (BZ#2156525)\n\n* Unable to do post-copy migration (BZ#2164836)\n\n* empty libvirt metrics output, when executing metrics Prometheus query on a vm that is paused status (BZ#2172544)\n\n* The filter items on instanceType page is not horizontal aligned (BZ#2174744)\n\n* \"No NetworkAttachmentDefinitions available\" should not show when editing pod networking (BZ#2175651)\n\n* CNV 4.13 nightly | manually increasing the number of virt-api pods does not work (BZ#2175710)\n\n* The volume in instanceTypes page should be selected automatically just after it\u0027s been added (BZ#2177977)\n\n* PVC size is not readable while selecting \"PVC (creates PVC)\" in disk modal (BZ#2180666)\n\n* \"Copy SSH command\" get undefined user (BZ#2180719)\n\n* [Nonpriv] VM Memory does not show in details card of overview or details tab (BZ#2181432)\n\n* spec.firmware.bootloader is not copied while cloning a UEFI VM (BZ#2181515)\n\n* kubevirt-plugin (now kubevirt-console-plugin) ignores node placement configuration (BZ#2181999)\n\n* VM metrics graphs are render incorrectly (BZ#2182000)\n\n* Restore VM\u0027s pretty names (BZ#2182317)\n\n* Cannot clone VM to other namespace if the VM is created from instanceType (BZ#2182938)\n\n* \"No data available\" shows on Virtualization overview metrics chart (BZ#2183915)\n\n* Some CNV installation components are missing required labels (BZ#2187509)\n\n* Custom SELinux policy for virt_launcher still present on CNV with DisableCustomSELinuxPolicy feature gate enabled (BZ#2188144)\n\n* VM created from CD source registry cannot be started due to InvalidImageName (BZ#2189744)\n\n* lun cannot be used with DVs (BZ#2190171)\n\n* [4.13.z] Missing\u00a0virtctl vmexport download manifests command (BZ#2203727)\n\n* [4.13]Missing StorageProfile defaults for IBM and AWS EFS CSI provisioners (BZ#2220844)\n\n* [cnv-4.13] isolateEmulatorThread should not block live migration (BZ#2229148)",
"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:4664",
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"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": "2054863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2054863"
},
{
"category": "external",
"summary": "2064160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064160"
},
{
"category": "external",
"summary": "2130604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130604"
},
{
"category": "external",
"summary": "2143165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143165"
},
{
"category": "external",
"summary": "2154319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154319"
},
{
"category": "external",
"summary": "2156525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156525"
},
{
"category": "external",
"summary": "2164836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164836"
},
{
"category": "external",
"summary": "2172544",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172544"
},
{
"category": "external",
"summary": "2174744",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174744"
},
{
"category": "external",
"summary": "2175651",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175651"
},
{
"category": "external",
"summary": "2175710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175710"
},
{
"category": "external",
"summary": "2177977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177977"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2180666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180666"
},
{
"category": "external",
"summary": "2180719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180719"
},
{
"category": "external",
"summary": "2181432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181432"
},
{
"category": "external",
"summary": "2181515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181515"
},
{
"category": "external",
"summary": "2181999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181999"
},
{
"category": "external",
"summary": "2182000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182000"
},
{
"category": "external",
"summary": "2182317",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182317"
},
{
"category": "external",
"summary": "2182938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182938"
},
{
"category": "external",
"summary": "2183915",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183915"
},
{
"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": "2187509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187509"
},
{
"category": "external",
"summary": "2188144",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188144"
},
{
"category": "external",
"summary": "2189744",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189744"
},
{
"category": "external",
"summary": "2190171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190171"
},
{
"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": "2203727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203727"
},
{
"category": "external",
"summary": "2212085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212085"
},
{
"category": "external",
"summary": "2220844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220844"
},
{
"category": "external",
"summary": "2221913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221913"
},
{
"category": "external",
"summary": "2229148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229148"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4664.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.3 Images security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:23:54+00:00",
"generator": {
"date": "2024-12-17T22:23:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4664",
"initial_release_date": "2023-08-16T14:09:26+00:00",
"revision_history": [
{
"date": "2023-08-16T14:09:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-16T14:09:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:23:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "CNV 4.13 for RHEL 9",
"product": {
"name": "CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.3.rhel9--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.3-4"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.3-9"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.3.rhel9--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.3-4"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.3-9"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.3--2023-117063"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-08-16T14:09:26+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-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
},
"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-16T14:09:26+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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:0442bd3f6db788d815b39b4d4cd17eaeeda70faa07490421d1beb902ecbe8ea3_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:ff4c5f7d59fa938de6dd7394bc38c69ec142d90438232f242b35e77019d56d6b_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:65fd54535f9a912e84dc5137af6e889667c80064ee20ec0766d4ddbc44cd6842_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:a32c2591cd58f8fcdf75ffd6ca48438f98fe94ede1183fa9dfcb93eb246c4f9c_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4f24428f6dec14f2fb6d0b023287f9acbe3f9266f677c53597996c68ac8fdea6_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:e0a2cf76b8762da61a9deda21ba99932104f53015f9976589cbc0ca0181b99c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:2840bb1ac72f1c3c1c829d8b4fc93d9b52a6ecfc2d9d5a6b6a3000e19a66993f_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:f2129875afb6ffb7d93ebf82982e2efb43bcbcdcb5bbea7ff13a487d1a226b0a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:821913dc264e2779f0e7cb1fafc429463a64efe0f895d84ec1850937ac76c403_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:88eba23cc5acb861ddf0e975c6816a625a64f59d2db3cf9b41887fd9ebf77745_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:3a784f08efac5ec95080c8770a47768a4675beda2b15e4d971fe3a008a092dbe_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:fefd519fd61681629fc129bce217f8368ff61e9e2fa9787d9acfd178e9f751a5_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:42ca962f2fbb886038ce13440a55b55bbf1bb4e7b366fc0c6f043b3e67e5eebc_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:f517928ec380bbeb458987d56cfd71330f80f9a169c034f5fd852f3ad7c5f32e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:7cd5e47a0a329c7b0dfbe6c50038adfe8f1db2a9c172b7a059d1b3ff1e009ca3_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3568cb89ac549ba53f4a01e8d23f821552bb794a2d4207e8b2f128b67290d57_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:129d3a66fea22d6c440baf10c072caeba209fbee903d8e5b1cae784f717ed41a_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:b6c863388340225a360d99c14fcd439b15bff4d173e6c79113a80fcf8e455564_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:1330e0a02b02934d52b2f9259796707d21955c200bdb5685a59020352d25966e_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:5f84aab0389c6a85c4ec58e230fea3694e3c800185f7ec1a090ccdce0c214d79_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:6184c3cfc8d282bd5a5c468fff7c8f726149b4010cdd5c8998f2f6b2d4f055c3_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:844d7d03c78e5ced5433a23beb81dbb9ef87be848964106252b8d7c23c4dcedb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:318e10da8c6ead3b4e96fa78074179635297f6bcf4a1e5723896253d0123b28a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:f8d3bab9e69a933e01d9b8758518a19d8c1c1f8fd64909a8ffc683159030895a_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:53d1b582811f62d1214425ef1997687886a08c47779bb61d009b46ece0d45139_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:cb09c73e12893427f6c723f529ea1e70a1bf90ac9f0780b5e1451f6d8ecfa3f7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:0c8b9c4b62527d0452d76bab0a61c9d12d1c89791e8c9b63dc145a36b4f5d729_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:2287502d96bdf12b59d9f308242ef49da04792afb66d893927c6acf832ae581c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:ddb6d5ddcc573fcf8d7d1aae5544cfaef9baa2438eaeb55715ec585c1a029356_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:e7fbc368b51c2a52e4b89f826c7027d8422f8ca066915c8d065dfbd8fd90a1f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:3145e1c3168e0ef4011afad2f5ab17408416614322f8b189f9d9f4c0c9724607_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:630a58be94a64fa9941def14e6f8f37c2dddfb198553e7f6e92f282925893863_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:0b95cc7e096f82b945bf65b60fdfbc9ea9bd91b767fafccdfcd13bf55ff0936e_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:672eb2a4cbccaf822da955dae6bd3590b881c531e2ab5a4bd3f1059324984728_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:313023a6839f56893074bf78162b69be1a1b1c8c8d54088b3ce06cb50f64268c_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:521cc33b06ff534295a80de9f363f42ba1998ec7fe3fbecc94e907fda923dbe3_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:2b3504d827ea1860b947bb634dc14f91c6a4a203cf3dc1e59ee6b4b7baa1e1ca_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:caa8240dcd60ed91181ad7787dcf5550e736233795b6a2a4b289cfa3e536e3e1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:25ec6961286033c84e6eca6fd1ad138ee3aa646be430cc77ecb3a1127cccae9c_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:b5cf7ecf853f578ec4f330b8d0f6628e82e3b805e46d0854f1089e88941348f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:2aa5075cef829800438640e3955cb0c234c3223967331409d48133feb404216d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:4063ebb60a2976afd9f359de45e19db7f382f4e568a50edb3f89548ce58d1fc1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:5a221eb301ce59e1dcf798cf0e71c37774c89a468a87e30d9abad71f295b0778_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:7c3f3bff54aba3c323a21f996d676931b9bfb6def6eb3518655acc6bdad6f2e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:57b2328936a501285ff39fcb502afab72a9884dec803c56533bdc5fd14f99c54_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:a5bcc429ece46810669eafc5f094dd6e6f01b7e7e8d586d36eb03485dd124c64_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:9e22d5364994b88efdfb2c6b76bb378ef51b25dc8f5224decf6f27424e63b3b5_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:e6421f0dc3a99fc9b510cabf138f58a87306a382d636e2100ab56be2d1ac10e5_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:2ede58582a46f15fa08044bae1b833c792c5f25214ef91cbd2f4db703868c137_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:b09ceab3907731b610f76aba3bcaed5f13456674db4f713ce1096f97112ec0be_arm64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:1f6ec7816c8213f7bbc05d370095d9e3bb687c515c5bbcf5600fc4dc3dc7b805_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:da0128f73d882e2d2c8b357ce12f0f219b861d8dd8bbfec3735abc0204937c18_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:042a25a4bbacd7e5dae707abfa99aac56be78f98bd083d90394a66559577858d_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3596ecb6900437a01860a9b15d7ee4c0829bbb00a86ac085a08e98bc500955a3_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:00dba85b8662f5ef6a9aa3f195afa4830d8cd6f63a1d4c6ff3f46cbe9238ec8c_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:36d2f25cb1c22b339f52f8f85e51e82a74545b6f9719e83e1bf3a7ff0750a12b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:79860afa4628a0fcc47be8662bc2b43488a6af1e60f132e196f8c6c429cc77b5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:bce6cf0c24f9a68ca78a2cc97441aa72c34c97429619839e5f6860bebc8bc8c7_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:002425814902243f2c9c67cece12b99c3cbd45befde4dc652b76059c3b08d6d3_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:d4152cad14e423b3f3ebc735d756c48ea771d37dd97265dc96543c0ae141e359_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:3ceb781b50bb149d54eed31e17db4eaecb8b66eca739165e879b83f702b27691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:45a966de5ac8eef1c90a3bf3d3955c2368cfaec38a79b9c1c530f3d541786d94_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:7270f9ddf432332d9f41daaf82f8ee9e10b4df3567ebec10d728e6c6bcd0979c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:fc02be05495a2269ff8f2a942caef0be2d931496c50ac9bea140bcc28460b5d9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:779b19d3118203c216de8dab6e936de8ef4f90b7ecd8ba333847cece3e2281b9_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:c3e0065706b22e1fdce723cff6d789575ddf91001d1d41d2f91da936f3436230_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:9f25a2931e0198f98ba4733bd654e942e348bd9e7881c1c537cb5bd4989c92ac_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:bc6e6c7c2c0c69a34eb8a7e9bac68d210de413114bb7e6fcc5ff180ac2f4d9a6_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:ada5c0ec8d9fef0e105122cd8c33d3335d883bc0fca939c65e79ea97a095e042_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:b4b32bacef90db8823c3d6f7757e1d8e0b080597fde5317be73bd31d6d47c6f2_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:3c367d0b59ed68fa291f8eec7108525ab445de34267ae3b8ce99860084e30aff_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:e4ecc2ca22b77366714637fa787df663ab6418a0ecfdd3aaeb8069d651cb9acf_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:3cb5869ce62d32838c6a554bd1cb04b3fbc45784065a40693dab47eee036c4ea_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:44dbe678a54c5a87a8b78926bed6b4ae39ea9d4af7cf269db34e3aef96760464_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:2026b988fb7b3b4233b41f67107e69526b9fa3008878db991f1432f168d63247_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:7c4714b2cbf7bf5902cb0db878f3e32c68dec6df0604e8487a64ea3353b680b0_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1d72d464383422163ab6058e265d43c7f5853d52bee5241986675c4215f85818_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:37cc98e2cc0a4221ebb663e23c80546afb248d2c7a438041628914b7f60c72b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:100d37e6ba1f69fe994763ffe668e6251f157106f651dc6eea13ef9b5d95bd26_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:906fcddd7156a43043d614eaae98ab3a84f2e68cda310f3cb3ed889c639a67eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:2db34a9d6676348646754a37ca43d3044236e2a416d3270970968d76745b46c8_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:b97a548e6e04f70123846cc50b8a1e8166b03be9d9827366c4034409687b28ad_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:36d15a667157780a8cd31d5d6a577a6c2f724b342ab4db65a0d1840557c2591c_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:592d75312f15dc04d464cb9ea7ff5e2d9f0e575976fa847e1da78704725a77af_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:2521e63a9180a1bff98048714414607d86f5e60e451b4dfdbefec6fcbc8c8937_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:41be8c8444ad3e68d5b697a86deee7fe48fef7710bddc975677e4ef05bbefc85_amd64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:3f808a89cf3a07b21494b6b168f5d31ef16fb9aca4d1085655477d6d3fc6f740_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:a24db9e9a29f0be46344eb2567d067d799dc59526112cb8f13534fec608b67c9_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:000252748de0cb5d4fdc1e1d3083b0ac1466a3203b9281afa469e5f360069e6e_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:dd171160b95e3926960153e999ba7686aa627982b742a1fe101cf3796ece1323_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:322917a579c968913799447cb87ccc8ecac9bf12d9135dba6d4a841c00b435fa_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:a661b8704b535729f092f69151d0a4bf39f77734adbbbc2680151b5b07aa928d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHBA-2023:6109
Vulnerability from csaf_redhat - Published: 2023-10-25 12:32 - Updated: 2025-12-05 06:16Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated Release packages that fix several bugs and add various enhancements are now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Migration Toolkit for Virtualization 2.4.3 Images",
"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/RHBA-2023:6109",
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhba-2023_6109.json"
}
],
"title": "Red Hat Bug Fix Advisory: MTV 2.4.3 Images",
"tracking": {
"current_release_date": "2025-12-05T06:16:32+00:00",
"generator": {
"date": "2025-12-05T06:16:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHBA-2023:6109",
"initial_release_date": "2023-10-25T12:32:35+00:00",
"revision_history": [
{
"date": "2023-10-25T12:32:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-25T12:32:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-05T06:16:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-MTV-2.4",
"product": {
"name": "8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_virtualization:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "8Base-MTV-2.4",
"product": {
"name": "8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_virtualization:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"product_id": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-api-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"product_id": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-console-plugin-rhel9\u0026tag=2.4.3-3"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"product_id": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-controller-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"product_id": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-must-gather-api-rhel8\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"product_id": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-must-gather-rhel8\u0026tag=2.4.3-6"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"product_id": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-openstack-populator-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"product_id": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-operator-bundle\u0026tag=2.4.3-12"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"product_id": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-rhel8-operator\u0026tag=2.4.3-3"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"product_id": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-populator-controller-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"product_id": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8\u0026tag=2.4.3-4"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"product_id": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-ui-rhel8\u0026tag=2.4.3-2"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"product_id": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-validation-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"product_id": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-virt-v2v-rhel9\u0026tag=2.4.3-4"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"product_id": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8\u0026tag=2.4.3-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32190",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124668"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: JoinPath does not strip relative path components in all circumstances",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32190"
},
{
"category": "external",
"summary": "RHBZ#2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190"
},
{
"category": "external",
"summary": "https://go.dev/issue/54385",
"url": "https://go.dev/issue/54385"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ"
}
],
"release_date": "2022-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis controls ensure that security flaws, including XSS vulnerabilities, are detected early in development by scanning code for improper input handling. This prevents vulnerable code from reaching production and encourages our developers to follow secure coding practices.\n\nSystem monitoring controls play a crucial role in detecting and responding to XSS attacks by analyzing logs, monitoring user behavior, and generating alerts for suspicious activity. Meanwhile, AWS WAF (Web Application Firewall) adds an extra layer of defense by filtering and blocking malicious input before it reaches the platform and/or application. Together, these controls create a defense-in-depth approach, reducing the risk of XSS exploitation by preventing, detecting, and mitigating attacks at multiple levels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"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-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023:3624
Vulnerability from csaf_redhat - Published: 2023-06-15 09:48 - Updated: 2025-11-25 10:12Notes
{
"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": "2025-11-25T10:12:37+00:00",
"generator": {
"date": "2025-11-25T10:12:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-25T10:12:37+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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-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_3366
Vulnerability from csaf_redhat - Published: 2023-06-07 02:08 - Updated: 2024-12-17 22:19Notes
{
"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.2 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.2. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3367\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: crash in a golang.org/x/crypto/ssh server (CVE-2022-27191)\n\n* golang: path/filepath: path-filepath filepath.Clean path traversal (CVE-2022-41722)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\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:3366",
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.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": "2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2203008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203008"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3366.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.2 packages and security update",
"tracking": {
"current_release_date": "2024-12-17T22:19:46+00:00",
"generator": {
"date": "2024-12-17T22:19:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3366",
"initial_release_date": "2023-06-07T02:08:03+00:00",
"revision_history": [
{
"date": "2023-06-07T02:08:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-07T02:08:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:19:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"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_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": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"product": {
"name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"product_id": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230510075528.b3c902e.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.src",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.src",
"product_id": "cri-tools-0:1.26.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.16.1.rt14.301.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"product_id": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"product_id": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-api@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-common@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-tests@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.16.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.16.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"product": {
"name": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"product_id": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-4.1.rhaos4.13.el9?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.x86_64",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.x86_64",
"product_id": "cri-tools-0:1.26.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.aarch64",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.aarch64",
"product_id": "cri-tools-0:1.26.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.ppc64le",
"product_id": "cri-tools-0:1.26.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.s390x",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.s390x",
"product_id": "cri-tools-0:1.26.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.aarch64"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.s390x"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.src"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.x86_64"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.13.0-202305301919.p0.g0001a21.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.src"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.aarch64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.s390x"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.src"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.x86_64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.13.0-202305301919.p0.g0001a21.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.src"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.noarch"
},
"product_reference": "podman-docker-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-tests-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-4.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.16.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.src"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.src"
},
"product_reference": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27191",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064702"
}
],
"notes": [
{
"category": "description",
"text": "A broken cryptographic algorithm flaw was found in golang.org/x/crypto/ssh. This issue causes a client to fail authentication with RSA keys to servers that reject signature algorithms based on SHA-2, enabling an attacker to crash the server, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crash in a golang.org/x/crypto/ssh server",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform (OCP) the vulnerable golang.org/x/crypto/ssh package is bundled in many components. The affected code is in the SSH server portion that is not used, hence the impact by this vulnerability is reduced. Additionally the OCP installer components, that also bundle vulnerable golang.org/x/crypto/ssh package, are used only during the cluster installation process, hence for already deployed and running OCP clusters the installer components are considered as affected by this vulnerability but not impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27191"
},
{
"category": "external",
"summary": "RHBZ#2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ"
}
],
"release_date": "2022-03-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-07T02:08:03+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-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crash in a golang.org/x/crypto/ssh server"
},
{
"cve": "CVE-2022-41722",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-05-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2203008"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it could allow a remote attacker to traverse directories on the system, caused by improper validation of user requests by the filepath.Clean on Windows package. This flaw allows an attacker to send a specially-crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: path-filepath filepath.Clean path traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is specific to versions of Go on Windows. It does not affect any packages shipped with Red Hat Enterprise Linux 8 and Red Hat Enterprise Linux 9.\n\nThe following components were fixed in RHSA-2023:3366 and have therefore been marked as \"Not Affected\": `openshift`, `cri-tools`, `cri-o`, `containernetworking-plugins` and `conmon`",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41722"
},
{
"category": "external",
"summary": "RHBZ#2203008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41722",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41722"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: path-filepath filepath.Clean path traversal"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"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:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"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-07T02:08:03+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-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"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-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-06-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-06-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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",
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-06-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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": [
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-06-07T02:08:03+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": [
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"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:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"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-07T02:08:03+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-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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": [
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-06-07T02:08:03+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": [
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:4003
Vulnerability from csaf_redhat - Published: 2023-07-10 09:56 - Updated: 2025-12-03 21:56Notes
{
"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": "This is release 1.4 of the rpms for Red Hat Service Interconnect. Red Hat Service Interconnect 1.4 introduces a service network, linking TCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites. It allows geographically distributed services to connect as if they were all running in the same site.\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": "As a Kubernetes user, I cannot connect easily connect services from one cluster with services on another cluster. Red Hat Application Interconnect enables me to create a service network and it allows geographically distributed services to connect as if they were all running in the same site.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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: 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:4003",
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect",
"url": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect"
},
{
"category": "external",
"summary": "2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4003.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.4 Release security update",
"tracking": {
"current_release_date": "2025-12-03T21:56:27+00:00",
"generator": {
"date": "2025-12-03T21:56:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:4003",
"initial_release_date": "2023-07-10T09:56:57+00:00",
"revision_history": [
{
"date": "2023-07-10T09:56:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-07-10T09:56:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect",
"product": {
"name": "Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1",
"product": {
"name": "Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el8ai.src",
"product": {
"name": "libwebsockets-0:4.3.1-1.el8ai.src",
"product_id": "libwebsockets-0:4.3.1-1.el8ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el8.src",
"product": {
"name": "skupper-router-0:2.4.1-2.el8.src",
"product_id": "skupper-router-0:2.4.1-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-0:0.37.0-2.el8ai.src",
"product": {
"name": "qpid-proton-0:0.37.0-2.el8ai.src",
"product_id": "qpid-proton-0:0.37.0-2.el8ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el8ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el8.src",
"product": {
"name": "skupper-cli-0:1.4.1-2.el8.src",
"product_id": "skupper-cli-0:1.4.1-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el9ai.src",
"product": {
"name": "libwebsockets-0:4.3.1-1.el9ai.src",
"product_id": "libwebsockets-0:4.3.1-1.el9ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el9.src",
"product": {
"name": "skupper-router-0:2.4.1-2.el9.src",
"product_id": "skupper-router-0:2.4.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-0:0.37.0-2.el9ai.src",
"product": {
"name": "qpid-proton-0:0.37.0-2.el9ai.src",
"product_id": "qpid-proton-0:0.37.0-2.el9ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el9ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-0:1.9.4-3.el9.src",
"product": {
"name": "jsoncpp-0:1.9.4-3.el9.src",
"product_id": "jsoncpp-0:1.9.4-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el9.src",
"product": {
"name": "skupper-cli-0:1.4.1-2.el9.src",
"product_id": "skupper-cli-0:1.4.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el8.x86_64",
"product": {
"name": "skupper-router-0:2.4.1-2.el8.x86_64",
"product_id": "skupper-router-0:2.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"product": {
"name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"product_id": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"product": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"product_id": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"product_id": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el8.x86_64",
"product": {
"name": "skupper-cli-0:1.4.1-2.el8.x86_64",
"product_id": "skupper-cli-0:1.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el9.x86_64",
"product": {
"name": "skupper-router-0:2.4.1-2.el9.x86_64",
"product_id": "skupper-router-0:2.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"product": {
"name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"product_id": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"product": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"product_id": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"product_id": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp-devel@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp-devel@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp-debugsource@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp-debuginfo@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el9.x86_64",
"product": {
"name": "skupper-cli-0:1.4.1-2.el9.x86_64",
"product_id": "skupper-cli-0:1.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skupper-router-common-0:2.4.1-2.el8.noarch",
"product": {
"name": "skupper-router-common-0:2.4.1-2.el8.noarch",
"product_id": "skupper-router-common-0:2.4.1-2.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"product": {
"name": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"product_id": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"product": {
"name": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"product_id": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-common-0:2.4.1-2.el9.noarch",
"product": {
"name": "skupper-router-common-0:2.4.1-2.el9.noarch",
"product_id": "skupper-router-common-0:2.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"product": {
"name": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"product_id": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"product": {
"name": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"product_id": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el8ai.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src"
},
"product_reference": "libwebsockets-0:4.3.1-1.el8ai.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-0:0.37.0-2.el8ai.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src"
},
"product_reference": "qpid-proton-0:0.37.0-2.el8ai.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el8.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src"
},
"product_reference": "skupper-cli-0:1.4.1-2.el8.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64"
},
"product_reference": "skupper-cli-0:1.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el8.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src"
},
"product_reference": "skupper-router-0:2.4.1-2.el8.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64"
},
"product_reference": "skupper-router-0:2.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-common-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch"
},
"product_reference": "skupper-router-common-0:2.4.1-2.el8.noarch",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64"
},
"product_reference": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64"
},
"product_reference": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-docs-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch"
},
"product_reference": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-tools-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch"
},
"product_reference": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-0:1.9.4-3.el9.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src"
},
"product_reference": "jsoncpp-0:1.9.4-3.el9.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el9ai.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src"
},
"product_reference": "libwebsockets-0:4.3.1-1.el9ai.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-0:0.37.0-2.el9ai.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src"
},
"product_reference": "qpid-proton-0:0.37.0-2.el9ai.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el9.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src"
},
"product_reference": "skupper-cli-0:1.4.1-2.el9.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
},
"product_reference": "skupper-cli-0:1.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el9.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src"
},
"product_reference": "skupper-router-0:2.4.1-2.el9.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64"
},
"product_reference": "skupper-router-0:2.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-common-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch"
},
"product_reference": "skupper-router-common-0:2.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64"
},
"product_reference": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64"
},
"product_reference": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-docs-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch"
},
"product_reference": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-tools-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
},
"product_reference": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.\n\n\nThis flaw additionally affects the github.com/vbatts/tar-split library and was fixed in v0.12.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1",
"url": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-28327",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077689"
}
],
"notes": [
{
"category": "description",
"text": "An integer overflow flaw was found in Golang\u0027s crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256().ScalarMult or P256().ScalarBaseMult to panic, leading to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/elliptic: panic caused by oversized scalar",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A moderate severity flaw was found in Go\u2019s crypto/elliptic package in the generic P-256 implementation. If a scalar input longer than 32 bytes is supplied, P256().ScalarMult or P256().ScalarBaseMult can panic, causing the application to crash. Indirect uses via crypto/ecdsa and crypto/tls are not affected. This issue impacts availability but does not affect confidentiality or integrity. Only certain platforms (non-amd64, non-arm64, non-ppc64le, non-s390x) may be affected.\n\nRed Hat Enterprise Linux 7, 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope. \n\nRed Hat Developer Tools - Compilers (go-toolset-1.16-golang \u0026 go-toolset-1.17-golang), ships the vulnerable code and affected by this vulnerability.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28327"
},
{
"category": "external",
"summary": "RHBZ#2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8",
"url": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8"
}
],
"release_date": "2022-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: panic caused by oversized scalar"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"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-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"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-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"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-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3445
Vulnerability from csaf_redhat - Published: 2023-06-05 18:55 - Updated: 2025-12-03 21:56Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for etcd is now available for Red Hat OpenStack Platform 16.2\n(Train).\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A highly-available key value store for shared configuration\n\nSecurity Fix(es):\n\n* Information discosure via debug function (CVE-2021-28235)\n\n* html/template: improper handling of JavaScript whitespace\n(CVE-2023-24540)\n\n* golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n(CVE-2022-41723)\n\n* crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* net/http mime/multipart: denial of service from excessive resource\nconsumption (CVE-2022-41725)\n\n* net/http net/textproto: denial of service from excessive memory\nallocation (CVE-2023-24534)\n\n* net/http net/textproto mime/multipart: denial of service from excessive\nresource consumption (CVE-2023-24536)\n\n* go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* html/template: backticks not treated as string delimiters\n(CVE-2023-24538)\n\n* html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* html/template: improper handling of empty HTML attributes\n(CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:3445",
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "2184441",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184441"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3445.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 (etcd) security update",
"tracking": {
"current_release_date": "2025-12-03T21:56:18+00:00",
"generator": {
"date": "2025-12-03T21:56:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3445",
"initial_release_date": "2023-06-05T18:55:04+00:00",
"revision_history": [
{
"date": "2023-06-05T18:55:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T18:55:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:18+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": "etcd-0:3.3.23-14.el8ost.src",
"product": {
"name": "etcd-0:3.3.23-14.el8ost.src",
"product_id": "etcd-0:3.3.23-14.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-14.el8ost.x86_64",
"product": {
"name": "etcd-0:3.3.23-14.el8ost.x86_64",
"product_id": "etcd-0:3.3.23-14.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"product_id": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-14.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"product_id": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-14.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-14.el8ost.ppc64le",
"product": {
"name": "etcd-0:3.3.23-14.el8ost.ppc64le",
"product_id": "etcd-0:3.3.23-14.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"product": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"product_id": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-14.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"product": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"product_id": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-14.el8ost?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-14.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-14.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-14.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-14.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-28235",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184441"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in etcd, where etc-io could allow a remote attacker to gain elevated privileges on the system caused by a vulnerability in the debug function. By sending a specially crafted request, an attacker can gain elevated privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Information discosure via debug function",
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28235"
},
{
"category": "external",
"summary": "RHBZ#2184441",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184441"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28235",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28235"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "etcd: Information discosure via debug function"
},
{
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_3455
Vulnerability from csaf_redhat - Published: 2023-06-05 23:42 - Updated: 2024-12-17 22:20Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift Serverless version 1.29.0 contains a moderate security impact.\n\nThe References section contains CVE links providing detailed severity ratings\nfor each vulnerability. Ratings are based on a Common Vulnerability Scoring\nSystem (CVSS) base score.",
"title": "Topic"
},
{
"category": "general",
"text": "Version 1.29.0 of the OpenShift Serverless Operator is supported on Red Hat\nOpenShift Container Platform versions 4.10, 4.11, 4.12, and 4.13.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fixes in this release include:\n\n- containerd: Supplementary groups are not set up properly(CVE-2023-25173)\n- golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding(CVE-2022-41723)\n- golang: net/http, mime/multipart: denial of service from excessive resource consumption(CVE-2022-41725)\n- golang: crypto/tls: large handshake records may cause panics(CVE-2022-41724)\n- golang: html/template: backticks not treated as string delimiters(CVE-2023-24538)\n- golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption(CVE-2023-24536)\n- golang: net/http, net/textproto: denial of service from excessive memory allocation(CVE-2023-24534)\n- golang: go/parser: Infinite loop in parsing(CVE-2023-24537)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, see the CVE pages 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:3455",
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
},
{
"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/openshift_container_platform/4.10/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"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": "2185507",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185507"
},
{
"category": "external",
"summary": "2185509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185509"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3455.json"
}
],
"title": "Red Hat Security Advisory: Release of OpenShift Serverless 1.29.0",
"tracking": {
"current_release_date": "2024-12-17T22:20:30+00:00",
"generator": {
"date": "2024-12-17T22:20:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3455",
"initial_release_date": "2023-06-05T23:42:42+00:00",
"revision_history": [
{
"date": "2023-06-05T23:42:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T23:42:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:20:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Serverless 1.29",
"product": {
"name": "Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_serverless:1.29::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Serverless"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.29.0-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"product": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"product_id": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle\u0026tag=1.29.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8\u0026tag=1.29.0-1"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.8.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.29.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"product": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"product_id": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-domain-mapping-webhook-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.8.0-3"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.8.0-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64"
},
"product_reference": "openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64"
},
"product_reference": "openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64 as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.29"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le as a component of Red Hat OpenShift Serverless 1.29",
"product_id": "8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.29"
}
]
},
"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": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
},
{
"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-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"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": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
},
"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-06-05T23:42:42+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3455"
}
],
"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": [
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:2d70c6b6320ba66ff8fda1662f2e83441e73aafcaf56e70ba6fb3c0d2c8d4e80_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:9ce4c06789903d0b14fdb95b92b021f1a6bd37e0572639297cdf38c546e9085c_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:f966dad57c447679c733737de54808aa4ba2fa0f274a94ed6779d6e16b8d39f1_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:09838c771be11fe7cb72d789ad87ca6c8ad7f2e5b33ee5a0208e9f0222334aea_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8@sha256:4dcfd50432a5124d315fff9355ca9b2add081a0ece3d572f85c571b007f026c8_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:3a817fd0ca3e1b09452eeee0b0d558a135d1df60eb37c1422651da5a33fdf741_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:475d3183ff0c315cc587631049355aec6e0d9cdbec546b9ea265f6f8814b34ba_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/client-kn-rhel8@sha256:95604b77787df961e589bf93fb7e565140ca985cc02ff9d6c90fc7f15a0eaab3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:20b559d9a8c41993f0d02d5348893eebb02f3d174a59a1bd017e2975822ff619_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:5e4a8bb46db7d8b948b1604fe933e97cda0bd00ea3b8f899c315b9ba9fa34092_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:e5f76ed2888d97df2a964d3116bb16ae217ca45bb735ecd265a979681a9c5264_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:aa45563b2ac89e6b8180cfa2119a34023dd139c7c4a94d581576ad474db1469d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:da4513526b2c3bf689bfdae0c65f7c493a8ddf4dc6ef5d8f6ced723af931c938_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-controller-rhel8@sha256:e68372fb2107f5bb22c639616261fcde679f8870ca12eb1100dd1c2190de75cb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:1222ecb0e6622666cd22a456160b83861e12a0f2edeee9385c1aa2edc761f1de_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:34a970593de5b112683f720ae15513b8e6e1f63e3d751c72a83c7a45287ddeaf_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:c35482e886ecfedf85be13d66bf4d78dde85c32a6463cb7d5496f17432834d0c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:82cb08a20f724143ee09c634776317e16a0d7863200f75bc6bb900447c3feb18_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:b5ec6a25956dea49bce58f688d806a3071860f31bd1f0bff427917d9c6b20f4b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:ba494328e98f5724333c1368c2438bd1cf81bbaa58beefd913a71ce67084332c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:2b085ff2bf8763b611398579d12fc55adbec304dd6c2b4bf6a584aedf76c2e9d_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:86d11f76f0c83c037b7cc0fc519d1c25af3357653bfcee1678e960b99300b476_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:e7e9ab86f0fbb2950a5f63f288c7e9274683b69e6691e906b98718908b0cebc8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:021b8b11162a10473dfa6494e40566d5c18c6666de1f75f47621e118d207b371_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:408359f26a8c04a55c6abb4f755859381620d167d318103e9d43f91d4f69dd97_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:a73d775ef66925fe2f605b13667bf7dad0d806f813a6141cca2a57fc1e05f7a6_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:125025ff839149248cc51c34359f0bcd3d18137bcf8adcd66b4dacfe0547de92_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:38ede979b0aa76cbef2dcc0493b40a28caf077175c6aeb65f2f4c19aebf7606a_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:f5cb79b51df9b5d04cdc5b1c32bcc574bb04c54b5f3a69b476d669e4cade3f59_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:3c4593c6d8560b0a80f3bcbd12b851fe8386d768e4afdabd83812ae7da87b8ae_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:4d5b34acbad345d098991ab5c0dd634d4437a49e1e70c207b29c46c6786d2e8d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:c467bb15c2d9f640e77443e053c584d9e29c4023b91221e5b54d991ace28afb9_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:31796d24fd97b9c136328f8a989a9229d30d98daac5451de86f39f74e774ca78_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:651cbcb60f4aa1c47fadfcc73819c75632c59e606d8b797762b3463961d58c9b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:95adf0b159c4c27eb11776bad0e86753c0c66e91b5adc96d1b799b7320b8e5e2_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:6ed594aab006c1c1f5d9fcf2a345179d24079f093d1c7a9aef57e9b0514653a9_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:72caab617bd179f1802a89816b155a207ddf17c58157ae87b6686fab9b2bae5f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:d466a0e8ba109a2ef0ff6b76da86b5d5ccc79b233e981249074ecff8f7f26a94_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:23a5e5d3ee65b830413247329d271743a30e4bcb80ff58bd26662f4d8d680e9a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:ad51a8be11a37569c04b737a16ae14d40dc8e34e7e88c0f4a5ea1509a394a9ab_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:b9747b6693c418af250b5093329a5f9d8972fcd97ba6b4cdf8004a73ef6d5769_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:af9b74ad8f7342e081de0312b015baedae9edbcf6a838ee36a35e2780590d9d3_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e2ca422034ba5914d25f7d08ea5fedef7ea0a7e3ff8fca76ec8cc12b8e948c31_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:f2aa320741980be3126af4f6553fbcfb81388eef43bf2d00ef951d6cc9a48368_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:0e7da0ea7aefba3d1e2ff084ca2ac8f63922f2295975a1695fe2a901682f4de8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:7b4bc2943a3109143c890bfe0d4bfb82975f3a3a6e5fbf30e15ccb1817ea9422_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-mtping-rhel8@sha256:978409df9967a25e03547163aade8d6a905da3ec00c036e59ef5113880934324_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a1019681894da568e578a2a716c933e4400502a7a8686f963e5412ec5f1ddd06_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:aa556f42cd68137c53da9d11e16ea86808101545541bf6bcfc082b27ce9ebb9b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:f86576956c87dc49590c6bd7e8b2ff84ada528fb849dbc3b0f6a93b49aa5df64_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6271ac3cb7b7c5d833d42f653d99ab657bfd1cfac9ac1b88f03f85184ec5f3a8_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:6509660ca03c1fc49ddc2d160d64da9b75286f99d5b61f5ed51dc39d74ce4452_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/eventing-webhook-rhel8@sha256:f94f5eca225561a177b1446eca01949e0ca4668709b68cb430a8337bed609628_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:1885cd5d972e8d384b075954b0cf274794df8c3937266f3a8dbc837989c59e6f_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:260d4448741c71a59c3ea0485fa1f5da27a1703a6141cb0ac67551787ba88207_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/func-utils-rhel8@sha256:9141bded47062588d7fd43efa193bcfec53bac14551c3e4ea9b44a8557fbc754_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:77cd2c94ff900001186ada4f0b06f1796601351cfdb5b82014bcb203e31b3051_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:8b9859a049ae2c7d8428a87f38e4f77b3c5f6fd25c0400379200448a14b60bbb_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/ingress-rhel8-operator@sha256:da4c3d9405fd92c2a7c3e9749696b1a1e7501ab8f359e0d2b5ad88287b0ea558_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:4d019bbf7d3e6c86d167e6efe72477f14b47e0966deb759d0e4780054e619e01_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:76afd3498f6ae481b19bc67c8045bd939635bc3461c871b3c9581114ac6404bd_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:85bd2ef36650b2e9a36f53973fcb8a4234b30946ca5fb36d967b60918d874a62_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:1bc2c297bc18d46e58c3edbfaff7804123e687d7b485b84f2243c27a335b76f1_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:8d5d3ae5d4cb6f1195d8a1b3b03373b3f1fd60a25de9769946e67128646b08fe_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/knative-rhel8-operator@sha256:91f446d198aaa3c68268c03f55696ffe7f21c5505ebe790cf9f8b18eaebc7412_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:497e39a7738930b5bcb02a3bf59098b600b4a3dafc3d3bb757ca4826ed54b32d_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:c089a5b3a964aea2c9d756e3d944ef94cf9150521394ae8555e65612fc6840c0_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/kourier-control-rhel8@sha256:ec834b6739c66fe64f66de5ae35e620417481d59f122c9466f41678ab9282a8b_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:495435b529ba9304cac0bd7b6e8c29f2f239e1e64eb97b8502823ff6a6fdcb4f_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:f3b2625e3825159cad4d2ca9efb75a3e256ad607d61fd52c10295a15b4705e49_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-controller-rhel8@sha256:fb952974ed8689187cc6d4e7bee37b1cc949a1ca4a9e045f3d5d37dcb0ab2d20_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:0949dbdd4688ad7e69156b5e57804711ae109f37813fcbd353ca960979ba0c6e_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:c25784b825fb3728cc199fd7da1ef584100d8a219fdb36d09e2e239a491e41c7_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/net-istio-webhook-rhel8@sha256:e8bd2ae5178f9d16a0f4679573cbce8b73afe7263c6f4939a1012331e41cbc01_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-operator-bundle@sha256:12373623440b5b1aaea228550674ee69fe926ac6f12e7adffb5592afe1b98fca_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:109ede85a0b8352f60826768e69a862f12bf568a4396b8041e6bd89b4c321ec1_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:724a188cd5793d98abea61b6b2d440d8285416b66c4100d86ee3cd85cb9c91e5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serverless-rhel8-operator@sha256:e7dc51b6cc857b90afffd0dd77bd11a39297d863673e984930a876ee4fb1f14b_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:1072e7afb262f5d44e9feecdce9e305d46de3447a2e082ccc44bd42870143a54_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:2713dee079c28633c47e21d4ffad870a396b3ba88ccec84c581fa95d15d0cab5_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-activator-rhel8@sha256:e02d635208145f4a2c8dc71cffbfbfcadd1efac8df869f332ccbed766ea80f60_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:319ab2387ca560faac48b05d480625e2bc32d9dfdf75e7cc4207c4437b51a9c5_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:b4d5ffd0bef1f591263c47fe8aafa454b67f929af44caa515c3e7cd2a854622a_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:d9dfc582479d13970f281899c14c4b581f81d96a761cadb0b86e806fc630f6eb_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:1e8b69aa5d88d4c7313261fa54697e4510131cc387632141aebe3ee3a6d2460e_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:26d1caa9b552f8c715e739b1350108d8c6ebd0ad759aede641f4ef601d962c85_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-autoscaler-rhel8@sha256:f184c8e4647dc78dbb06b50362e2c298788abc3e297e4d67a67332966a1fa34c_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:0d9ce8676310e9d9774dc366e5cbcaf416042de762fbc124a6c0b99d85503e83_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:2b94cfb99c4a0422117f78025471d1080f08533c45ae2f94cbe30bc6891520ba_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-controller-rhel8@sha256:546bfe7edf8b0f83c6502130a00dfb32765386703accae4415dabc0d8ac888ec_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:3136eb55b154072b382f7984071f752d10517a089b74ed9d24bd2100cc976761_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:9639e560bd542e29b742ef41a37d3353a9d872d16b2a64477af5c0d59e6d73e8_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-rhel8@sha256:de3573d243d7027101896f7c2e0b3f9e56a61879a252eb5e620b56308eabcb71_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:3c546fe4199ca2805dc2c91d5aaae564eb30ed75f6c4bfd38e4e1d928c141bcf_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:8c9ad2b89febbc53eb3577fdd670f506a174937cfb87d0b009f68f995e14102b_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-domain-mapping-webhook-rhel8@sha256:eb69a34a0661054436385da1b6a270c645d5b7a652bd31b450283cc1e16d9019_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:0c82cf0912a9a8a555a2dd7668a8b14132d368025644d1ed891001ff6088562f_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:a1c8b2dd7d1bd1271ff8eb1d1a2210690062ba2a9228bfb5baee1499edd08111_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-queue-rhel8@sha256:b9d0817b6df0be914bd9b505bd87c6f800dcca2697995c4d5e76d49da8635551_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:4903b39a6100dfdee22ec9210a2b903a76e719e90f60f6899a3afa9be96cb1cd_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:58daa415a9393f13a7708bc17d4cd39ce3f5a20de93ad16ac28d6513b9bfb80a_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:74a37086a0fb0f20e61ea0fbc85d57eb65a6b8801f1da4ed7c801d6ed10f6e6e_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:0db7a3703df08fcd6d4ae8629f2b0aa3534f18c365d713e939f3af238e01b1ff_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:3cf1a479ae3eb8fc5ed40b8549e4f792bbcbc435a9771b2548a16b1221d9a0d5_ppc64le",
"8Base-RHOSS-1.29:openshift-serverless-1/serving-webhook-rhel8@sha256:aca371110b2e07088d3ae6606e01baf503ee333907c2a4ddb5f919860b70c8e3_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:8ab39d48f9e5ab2ebcd0e554c63ec9771066c3e01dd9ea0a0f56186a48e3db23_amd64",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:d6503aef9375f65d2675611489ecd20fc6f861031da5bdb813c098c4a69849e6_s390x",
"8Base-RHOSS-1.29:openshift-serverless-1/svls-must-gather-rhel8@sha256:f696b51f34416a55c418b1227a6c4fca443e424edbb83beb2bc677ac403fa3a9_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
}
]
}
RHSA-2023:3450
Vulnerability from csaf_redhat - Published: 2023-06-05 16:47 - Updated: 2025-12-04 05:08Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift Serverless 1.29.0 has been released. The References section contains CVE links providing detailed severity ratings for each vulnerability. Ratings are based on a Common Vulnerability Scoring System (CVSS) base score.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Serverless Client kn 1.29.0 provides a CLI to interact with Red Hat OpenShift Serverless 1.29.0. The kn CLI is delivered as an RPM package for installation on RHEL platforms, and as binaries for non-Linux platforms.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fixes in this release include:\n\n- containerd: Supplementary groups are not set up properly(CVE-2023-25173)\n- golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding(CVE-2022-41723)\n- golang: net/http, mime/multipart: denial of service from excessive resource consumption(CVE-2022-41725)\n- golang: crypto/tls: large handshake records may cause panics(CVE-2022-41724)\n- golang: html/template: backticks not treated as string delimiters(CVE-2023-24538)\n- golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption(CVE-2023-24536)\n- golang: net/http, net/textproto: denial of service from excessive memory allocation(CVE-2023-24534)\n- golang: go/parser: Infinite loop in parsing(CVE-2023-24537)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information refer to the CVE pages linked 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:3450",
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
},
{
"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/openshift_container_platform/4.10/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"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": "2185511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185511"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3450.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Serverless Client kn 1.29.0 release",
"tracking": {
"current_release_date": "2025-12-04T05:08:59+00:00",
"generator": {
"date": "2025-12-04T05:08:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3450",
"initial_release_date": "2023-06-05T16:47:21+00:00",
"revision_history": [
{
"date": "2023-06-05T16:47:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T16:47:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:08:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Serverless 1.0",
"product": {
"name": "Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:serverless:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Serverless"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.src as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64 as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
}
]
},
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
},
{
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
},
{
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
},
{
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-06-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
}
]
}
RHSA-2023:6939
Vulnerability from csaf_redhat - Published: 2023-11-14 16:03 - Updated: 2025-12-04 05:10Notes
{
"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": "2025-12-04T05:10:09+00:00",
"generator": {
"date": "2025-12-04T05:10:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"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": "2025-12-04T05:10:09+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": "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"
},
{
"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.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.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.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"
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.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-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: 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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis controls ensure that security flaws, including XSS vulnerabilities, are detected early in development by scanning code for improper input handling. This prevents vulnerable code from reaching production and encourages our developers to follow secure coding practices.\n\nSystem monitoring controls play a crucial role in detecting and responding to XSS attacks by analyzing logs, monitoring user behavior, and generating alerts for suspicious activity. Meanwhile, AWS WAF (Web Application Firewall) adds an extra layer of defense by filtering and blocking malicious input before it reaches the platform and/or application. Together, these controls create a defense-in-depth approach, reducing the risk of XSS exploitation by preventing, detecting, and mitigating attacks at multiple levels.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-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-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": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.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/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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.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-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-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: 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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.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-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-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"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.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"
]
}
],
"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: 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-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-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-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"
},
{
"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-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"
]
}
],
"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: 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-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-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-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"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.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"
]
}
],
"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-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: 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-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-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-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"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.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"
]
}
],
"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-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: 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-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-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-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"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.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"
]
}
],
"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-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: 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-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-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-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": "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-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": "containerd: Supplementary groups are not set up properly"
},
{
"cve": "CVE-2023-25809",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182884"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: Rootless runc makes `/sys/fs/cgroup` writable",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-276: Incorrect Default Permissions vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess enforcement ensures that only authorized users can access system resources, reducing the risk of exploited default permissions. Remote access controls further limit exposure by blocking unauthorized external access, preventing attackers from leveraging misconfigured permissions. Baseline and configuration setting controls enforce secure defaults, reducing the likelihood of weak permissions at deployment. Access restrictions for change ensure only authorized personnel can modify system configurations, preventing accidental or malicious security weaknesses. Together, these controls mitigate the risk of unauthorized access, privilege escalation, and exploitation of insecure default permissions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-2023-25809"
},
{
"category": "external",
"summary": "RHBZ#2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17",
"url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc"
}
],
"release_date": "2023-03-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"
},
{
"category": "workaround",
"details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths",
"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"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"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": "runc: Rootless runc makes `/sys/fs/cgroup` writable"
},
{
"cve": "CVE-2023-27561",
"cwe": {
"id": "CWE-41",
"name": "Improper Resolution of Path Equivalence"
},
"discovery_date": "2023-03-06T00:00:00+00:00",
"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": [
"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-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-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": "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": [
"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": "runc: volume mount race condition (regression of CVE-2019-19921)"
},
{
"cve": "CVE-2023-28642",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182883"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"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-2023-28642"
},
{
"category": "external",
"summary": "RHBZ#2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c",
"url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c"
}
],
"release_date": "2023-03-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"
},
{
"category": "workaround",
"details": "Avoid using an untrusted container image.",
"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"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"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: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": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration"
},
{
"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-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-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-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"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.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"
]
}
],
"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-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: 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-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-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-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": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.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: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023_3943
Vulnerability from csaf_redhat - Published: 2023-06-29 14:32 - Updated: 2024-12-17 22:21Notes
{
"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": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS). The updated image includes new features and bug fixes.\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 release of ACS 4.1 provides these changes:\n\nSecurity Fix(es):\n\n* golang: crash in a golang.org/x/crypto/ssh server (CVE-2022-27191)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\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, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nNew features:\n\n* Manual renewal of Central and Sensor certificates\n\n* Vulnerability Management 2.0 (Technology Preview)\n\n* RHACS Cloud Service scanning support for images pulled from on-premise registries\n\n* eBPF collection method on IBM Z and IBM\u00ae LinuxONE\n\n* Ability to configure the display of default compliance standards in the Compliance Dashboard\n\n* Declarative configurations for authentication and authorization\n\n* SSO configuration using the roxctl CLI\n\n* New collection method based on BPF CO-RE (Technology Preview)\n\n* Network graph updates\n\n* Policy Management simplification\n\n* New permission sets\n\n* Improvements for Sensor resync (General Availability)\n\nFor notable technical changes, deprecated and removed features, bug fixes, and known issues, refer to the Release Notes.",
"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:3943",
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/4.1/release_notes/41-release-notes.html",
"url": "https://docs.openshift.com/acs/4.1/release_notes/41-release-notes.html"
},
{
"category": "external",
"summary": "2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "ROX-18018",
"url": "https://issues.redhat.com/browse/ROX-18018"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3943.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.1 enhancement and security update",
"tracking": {
"current_release_date": "2024-12-17T22:21:53+00:00",
"generator": {
"date": "2024-12-17T22:21:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3943",
"initial_release_date": "2023-06-29T14:32:26+00:00",
"revision_history": [
{
"date": "2023-06-29T14:32:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-29T14:32:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:21:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.1 for RHEL 8",
"product": {
"name": "RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.1.0-8"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.1.0-11"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.1.0-13"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.1.0-14"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.1.0-9"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.1.0-10"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.1.0-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.1.0-10"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"relates_to_product_reference": "8Base-RHACS-4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64 as a component of RHACS 4.1 for RHEL 8",
"product_id": "8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64",
"relates_to_product_reference": "8Base-RHACS-4.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27191",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064702"
}
],
"notes": [
{
"category": "description",
"text": "A broken cryptographic algorithm flaw was found in golang.org/x/crypto/ssh. This issue causes a client to fail authentication with RSA keys to servers that reject signature algorithms based on SHA-2, enabling an attacker to crash the server, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crash in a golang.org/x/crypto/ssh server",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform (OCP) the vulnerable golang.org/x/crypto/ssh package is bundled in many components. The affected code is in the SSH server portion that is not used, hence the impact by this vulnerability is reduced. Additionally the OCP installer components, that also bundle vulnerable golang.org/x/crypto/ssh package, are used only during the cluster installation process, hence for already deployed and running OCP clusters the installer components are considered as affected by this vulnerability but not impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27191"
},
{
"category": "external",
"summary": "RHBZ#2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ"
}
],
"release_date": "2022-03-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crash in a golang.org/x/crypto/ssh server"
},
{
"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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-06-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-29T14:32:26+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-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_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-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:20fc9c1f2c050968b0f2d6b3011c5ced868fb7b05e6601a6a835bf681be30f09_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2238b2405110f100d7e499fbb6313df6a41a543e07032f04c86b073f5472f73e_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4616744855907343d0be7fa1787e35b281ef3b66e5a23fab101b5e128f52ad3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:38ab36e0243b00b1cace2970c8f5588b21dfd0330d25d4ed703823f7f4bf3b52_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:aa41f9e3f9a85fbae062aee5939f091b0b598aa0aa4c3771681fd356a6a5de18_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-rhel8@sha256:b671657f95b1bcbaf1a445e3387e10367804c0d7493cb622d7057b31c1e0c28b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:4d3d6c7000e3ea08d226aab83a57dfe6fa2da97b8d685d3b0c4ec5b5f1f5c462_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6c84697eccfaf089e43bcbef2fa9a2a789b8c5d5bc065d16a0c8e5542891a5b1_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:9b0c513eb212ca750612c4f272e694dcb8c45561edafaa1c24b993e561399c3b_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:222b3ba1cf2a40cb31198091b667f351a78a65db1ed7537323c2e477c9878124_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:378d9937f14520c62e0badb320cc755806d2a517873b12d2f9f08fb857562433_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-main-rhel8@sha256:7e86701d783471db34743c44d527f55b02bb922b3bc270ce4c9f749885991730_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:8691b2e8129e6b872530cd15f025a0e91824defb32f828907596e055f40cb1f6_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:977f07546dc7d0d8f5501e5fa64d311d8071d491b7ea4eb5f9577f88be890dac_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-operator-bundle@sha256:eebfa0e319e1d78c403da776182bb00bf0f7367f4454749d414ff5ad75c4469c_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b013aabfb65b28c421ad3327a80a4c724a552e8f814311c16c7555f576b39393_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:b366864281deb4b324c282380db13cfe0f0933361ebc706988a2cbaa403fe37a_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-rhel8-operator@sha256:d956e88f9a36628eeaf2cb5b299ac42016efa84d3bc14c77308b15afc1e90744_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9b0e2af7848795f02e0b6fe75990810b93f0bd684d908c8f6309069fd876bd83_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e65f2cc299a72c836fcad4725fad101e9cbce840cdfbb5e998f79ae5a16ca4df_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:ed0d8c9651090b6ddc7885a4a1542e636d35d7bc7644db1a95a16e10fa2a85ea_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0fc086b3aed2f0511d3b994a07a2ba3fcfdfa2a12b29d151e3b2ccbeb639a891_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:3e51c4ac5ca73a90557824e65408ae5fe70e23bb67ed035f54e92af34e9f0e24_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b9eefd01c7b20196c13b474d2dba3cc6ba2d3884da8614702538dd007c937f89_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3566bc3cd7e1b8a1e23c965add5d037de5ec336e680fb7a241665a52bbd60211_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b2b95e98c75a4c78669c0720e03e6dddf6c3207a8af2f0265414313c4b0011ad_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1fadaff2477a1b5911c66488450112d2bec18fb3c98982ae191812745d6c841_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0bb05a07414e63cfa925adb1a19bdaf63da53fb54f3d98a21ecb4c4f4f87311d_amd64",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:29ae0c58a01fc6439da2dd3b8ed3651ec23211dd4ce3be8a6f169b2fe2dcfecb_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-rhel8@sha256:45b357d9025f81d212c9121b31441b60940cf997b1a53bcfa6ae8ccc381b84ed_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a0c938f258ab6dc24a77e9d0773352f9f952f2c72304c5aff9e4de14729c44a_ppc64le",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a255b9ceffb7103ed9cfc2364ce8ea638e162b39ac38e36c2c2ac3663c4918db_s390x",
"8Base-RHACS-4.1:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ba1fe0f2333284e37a030f0ba9a2389837e552829cf579e0894b4dad2f011bce_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
}
]
}
RHSA-2023:3323
Vulnerability from csaf_redhat - Published: 2023-05-25 12:29 - Updated: 2025-11-25 10:12Notes
{
"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 go-toolset-1.19 and go-toolset-1.19-golang is now available for Red Hat Developer Tools.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3323",
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": "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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3323.json"
}
],
"title": "Red Hat Security Advisory: go-toolset-1.19 and go-toolset-1.19-golang security update",
"tracking": {
"current_release_date": "2025-11-25T10:12:38+00:00",
"generator": {
"date": "2025-11-25T10:12:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:3323",
"initial_release_date": "2023-05-25T12:29:39+00:00",
"revision_history": [
{
"date": "2023-05-25T12:29:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-25T12:29:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:12:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2023::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2023::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Tools"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=src"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-race@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"product": {
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"product_id": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-docs@1.19.9-1.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch"
},
"product_reference": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch"
},
"product_reference": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
}
]
},
"vulnerabilities": [
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"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: 2024-12-18 04:48Notes
{
"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": "2024-12-18T04:48:00+00:00",
"generator": {
"date": "2024-12-18T04:48:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-18T04:48:00+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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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: 2024-12-17 22:21Notes
{
"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": "2024-12-17T22:21:41+00:00",
"generator": {
"date": "2024-12-17T22:21:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-17T22:21:41+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-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-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-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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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"
}
],
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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"
}
],
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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:3366
Vulnerability from csaf_redhat - Published: 2023-06-07 02:08 - Updated: 2025-12-03 21:56Notes
{
"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.2 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.2. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:3367\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: crash in a golang.org/x/crypto/ssh server (CVE-2022-27191)\n\n* golang: path/filepath: path-filepath filepath.Clean path traversal (CVE-2022-41722)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\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:3366",
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.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": "2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2203008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203008"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3366.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.2 packages and security update",
"tracking": {
"current_release_date": "2025-12-03T21:56:18+00:00",
"generator": {
"date": "2025-12-03T21:56:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3366",
"initial_release_date": "2023-06-07T02:08:03+00:00",
"revision_history": [
{
"date": "2023-06-07T02:08:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-07T02:08:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"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_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": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"product": {
"name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"product_id": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230510075528.b3c902e.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.src",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.src",
"product_id": "cri-tools-0:1.26.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.16.1.rt14.301.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"product_id": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"product_id": "openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-api@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-common@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product": {
"name": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_id": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-tests@21.3.1-0.20230510075528.b3c902e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.16.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.16.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"product": {
"name": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"product_id": "podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-4.1.rhaos4.13.el9?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.x86_64",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.x86_64",
"product_id": "cri-tools-0:1.26.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.16.1.rt14.301.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.aarch64",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.aarch64",
"product_id": "cri-tools-0:1.26.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.ppc64le",
"product_id": "cri-tools-0:1.26.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_id": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-8.rhaos4.13.gitec064c9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.26.0-2.el9.s390x",
"product": {
"name": "cri-tools-0:1.26.0-2.el9.s390x",
"product_id": "cri-tools-0:1.26.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.26.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.26.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.26.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.16.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.11.2-1.1.rhaos4.13.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-4.1.rhaos4.13.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_id": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_id": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.3-7.rhaos4.13.gitec064c9.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.13.0-202305291355.p0.g1024efc.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.13.0-202305301919.p0.g0001a21.assembly.stream.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.aarch64"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.s390x"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.src"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.x86_64"
},
"product_reference": "cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.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-7.rhaos4.13.gitec064c9.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.13.0-202305301919.p0.g0001a21.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.16.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.src"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.aarch64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.ppc64le"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.s390x"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.src"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.x86_64"
},
"product_reference": "cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.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-8.rhaos4.13.gitec064c9.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.src as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64"
},
"product_reference": "cri-tools-0:1.26.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.26.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.26.0-2.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.16.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.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.16.1.rt14.301.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.16.1.rt14.301.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.16.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.13.0-202305301919.p0.g0001a21.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.13.0-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.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-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.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-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.16.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.src"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.noarch"
},
"product_reference": "podman-docker-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.s390x"
},
"product_reference": "podman-tests-3:4.4.1-4.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-4.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-4.1.rhaos4.13.el9.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-4.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.16.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.16.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.16.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.16.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.16.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.16.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.16.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.16.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.16.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.16.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.16.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.16.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.16.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.src"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-1.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-1.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-1.1.rhaos4.13.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.src"
},
"product_reference": "openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.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.20230510075528.b3c902e.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.20230510075528.b3c902e.el9.noarch"
},
"product_reference": "python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27191",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064702"
}
],
"notes": [
{
"category": "description",
"text": "A broken cryptographic algorithm flaw was found in golang.org/x/crypto/ssh. This issue causes a client to fail authentication with RSA keys to servers that reject signature algorithms based on SHA-2, enabling an attacker to crash the server, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crash in a golang.org/x/crypto/ssh server",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform (OCP) the vulnerable golang.org/x/crypto/ssh package is bundled in many components. The affected code is in the SSH server portion that is not used, hence the impact by this vulnerability is reduced. Additionally the OCP installer components, that also bundle vulnerable golang.org/x/crypto/ssh package, are used only during the cluster installation process, hence for already deployed and running OCP clusters the installer components are considered as affected by this vulnerability but not impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27191"
},
{
"category": "external",
"summary": "RHBZ#2064702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064702"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27191"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ"
}
],
"release_date": "2022-03-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-07T02:08:03+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-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crash in a golang.org/x/crypto/ssh server"
},
{
"cve": "CVE-2022-41722",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-05-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2203008"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it could allow a remote attacker to traverse directories on the system, caused by improper validation of user requests by the filepath.Clean on Windows package. This flaw allows an attacker to send a specially-crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: path-filepath filepath.Clean path traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is specific to versions of Go on Windows. It does not affect any packages shipped with Red Hat Enterprise Linux 8 and Red Hat Enterprise Linux 9.\n\nThe following components were fixed in RHSA-2023:3366 and have therefore been marked as \"Not Affected\": `openshift`, `cri-tools`, `cri-o`, `containernetworking-plugins` and `conmon`",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41722"
},
{
"category": "external",
"summary": "RHBZ#2203008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41722",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41722"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: path-filepath filepath.Clean path traversal"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"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:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"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-07T02:08:03+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-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"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": [
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"known_not_affected": [
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.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-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"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": [
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"known_not_affected": [
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.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-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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": [
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"known_not_affected": [
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.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-07T02:08:03+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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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": [
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-06-07T02:08:03+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": [
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"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:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
},
"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-07T02:08:03+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-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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": [
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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-06-07T02:08:03+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": [
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.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:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.src",
"8Base-RHOSE-4.13:cri-o-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.aarch64",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.ppc64le",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.s390x",
"8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-7.rhaos4.13.gitec064c9.el8.x86_64",
"8Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.src",
"8Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.s390x",
"8Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:buildah-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-debugsource-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:buildah-tests-debuginfo-1:1.29.1-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.src",
"9Base-RHOSE-4.13:cri-o-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.aarch64",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.ppc64le",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.s390x",
"9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.3-8.rhaos4.13.gitec064c9.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.src",
"9Base-RHOSE-4.13:cri-tools-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debuginfo-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.aarch64",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.ppc64le",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.s390x",
"9Base-RHOSE-4.13:cri-tools-debugsource-0:1.26.0-2.el9.x86_64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.src",
"9Base-RHOSE-4.13:kernel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.16.1.el9_2.noarch",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.src",
"9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.16.1.rt14.301.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:openshift-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.src",
"9Base-RHOSE-4.13:openshift-clients-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-clients-redistributable-0:4.13.0-202305291355.p0.g1024efc.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.s390x",
"9Base-RHOSE-4.13:openshift-hyperkube-0:4.13.0-202305301919.p0.g0001a21.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:podman-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-debugsource-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-docker-3:4.4.1-4.1.rhaos4.13.el9.noarch",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-gvproxy-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-plugins-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-remote-debuginfo-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:podman-tests-3:4.4.1-4.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.aarch64",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.s390x",
"9Base-RHOSE-4.13:rtla-0:5.14.0-284.16.1.el9_2.x86_64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.src",
"9Base-RHOSE-4.13:skopeo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debuginfo-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-debugsource-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.aarch64",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.ppc64le",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.s390x",
"9Base-RHOSE-4.13:skopeo-tests-2:1.11.2-1.1.rhaos4.13.el9.x86_64",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-1:21.3.1-0.20230510075528.b3c902e.el9.src",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-api-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-common-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-conductor-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:openstack-ironic-dnsmasq-tftp-server-1:21.3.1-0.20230510075528.b3c902e.el9.noarch",
"9Base-RHOSE-IRONIC-4.13:python3-ironic-tests-1:21.3.1-0.20230510075528.b3c902e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3319
Vulnerability from csaf_redhat - Published: 2023-05-25 08:10 - Updated: 2025-11-25 10:12Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3319",
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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_3319.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2025-11-25T10:12:40+00:00",
"generator": {
"date": "2025-11-25T10:12:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:3319",
"initial_release_date": "2023-05-25T08:10:11+00:00",
"revision_history": [
{
"date": "2023-05-25T08:10:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-25T08:10:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:12: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.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 (go-toolset:rhel8)",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=src\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src (go-toolset:rhel8)",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=src\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8)",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=src\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x (go-toolset:rhel8)",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24532",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"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": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
}
],
"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": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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",
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
}
],
"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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"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-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3918
Vulnerability from csaf_redhat - Published: 2023-06-29 00:59 - Updated: 2025-12-03 21:56Notes
{
"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": "OpenShift API for Data Protection (OADP) 1.1.5 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": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es):\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: 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, 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:3918",
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3918.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.1.5 security and bug fix update",
"tracking": {
"current_release_date": "2025-12-03T21:56:24+00:00",
"generator": {
"date": "2025-12-03T21:56:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3918",
"initial_release_date": "2023-06-29T00:59:02+00:00",
"revision_history": [
{
"date": "2023-06-29T00:59:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-29T00:59:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T21:56:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-OADP-1.1",
"product": {
"name": "8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.1::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"product_id": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"product_id": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"product_id": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"product_id": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.5-4"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"product_id": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"product_id": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.5-3"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.5-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-06-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
},
"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-06-29T00:59:02+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-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"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-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:232797593d0ea5323f913c902ac7bd25bbe1eacdb40b00deaf9bbcd9306bf4e9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:aa58ca1500ddb603bc9f39eba981584cd38682eab092ce06ec951a078a3dc0a6_s390x",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:b5ac15e683479a1524dfa55db10a8c84e362e6734f0d82d62ce724dfd76779e2_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:83d13ab990fc72c63c51a008a13fe341a555dfaec96494d25f5b7cbd5a0eafb1_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:b0215bed64f78192b9d7a8e4904efdbef9408296806d7fb6b86927b0cbd67a79_ppc64le",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:c0a9d5bbd97613ca2d26bd4315b55ffc6512fa429c0cdec5da77fe2fb8d254b9_s390x",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:174e673e1e9b09714ac89082c01e84bf9e77c7d52f65bbe3da156e4467ff6e07_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:91e02a2cd94a94354294e16b3a8495175907c9d07e1f7965febe1179d36c9940_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a3348b782dd897ef822bdf885db8c61e24278dde0520646e54270fec53d10f34_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:36882e2b4183bd2d0e58acb59e49004db1c2accd1f4e6cc01dfc2ca10cbbda19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:5e9ef29577268fc0bafa30e84de8f79c5141df76eefe995da2a2a201a92e5aef_amd64",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:cdcb5d1b32410973779aed6cb760c016fe2035dbcae41dde6707045bbf4e97c6_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:3e4af775f289789e0dce2ac73c07d6d5a101c77970b5f70e88a4cff6e2fbc3dd_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:60a01a5762ea173f150f6ccd6f8bfd1f1e17aed1f4865f9161d0d06e3c490ca7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:a5702782be3fdf763b47c734d107d853c2b8f3f831c45d34dd686c19e2b295ff_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:2a8a8c64cb71f52559e53b9dddaeaee97b8067a7b2f996cde2e1ca2e14f25e55_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:37002fe133ff5853c97eb41e9d5e57dfb882f2b9150dfe945f965f78fbe3b1e4_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:38e0bf9d9f589e93335d477e23fe2838ad2ef138472d66887d7343b720081c19_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:195a154a41e6a7a4176475470aa1058e7ab171cb5ffd0c998009ac022ba810b2_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:5e26431bc81545c21b1c3b87dd42e267773c4221213d478c04e0b8809559201c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:b3792c8e92add196de5d06cdd88eb8e9d02fcdb9ce15c1a9a362241018caf6db_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:04c0ba8b1660eaa87f5e22291904b6e98442056270cfb134a243943742595e30_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:1b8f8b7b03f5dc4ca2fbeec13eb4b99e5bec1f09daf7b04c982ba1324611c6f3_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:37d6701003b9e5f58795d85267d1ca1fd9687981abe784075d9c7ba5a7a036c5_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:17ae407841f29a5bbf3e72d25acc883150929ce91fc6384fc81e8d7977eecf42_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:2d58a2e20d7a0553ce843a6b43b2df1e7924d5b2cb19372a276ebde6644e8eb5_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:d695407dd931000091e7a19ea693608e99985c84bfae95a94d8d111313b8e542_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:66bee327e86ddae9b69e362e520278bd8cb6a8b7f9756c3a55faf76d02486ab1_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7e212da871132c319750a6513e9b98a836b6d670dfeeb0ca2050b0fe959bbb9e_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:a8409a1d9a281711caae8d67d155a0aac5384f2ae736c3da728dc423b849b3fe_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:43c1b134f68e4b71f3a1a35769fb573a9c496ffc5ba188b13b97a52ee2ab8479_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:b4ab733bfbf853bbac246530f1b4b0dafae2173ab93e32d1cebdd5b6c70dae29_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:e583bed08cbd7e36f0f7a66bd18c41b62d4062fdb5d43ec8e191d37ecf23be11_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:294903bf15035ffc5c4f9f4fc546079de344875068f1188ddfdd4b4e435d01bd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:660e0ac7699c6c3ef59733bd3084bf0c8667e55bef1a36b13ee057fd4025bde7_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:72636e3e55f29a227092993151fba716f91d17812cd4b493cc2308823cbfb4a8_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2024:2944
Vulnerability from csaf_redhat - Published: 2024-05-21 14:04 - Updated: 2025-12-03 23:59Notes
{
"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": "This is the multiarch release of the AMQ Broker 7.12.0 aligned Operator and associated container images on Red Hat Enterprise Linux 8 for the OpenShift Container Platform.\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 Middleware for OpenShift provides images for many of the Red Hat Middleware products for use within the OpenShift Container Platform cloud computing Platform-as-a-Service (PaaS) for on-premise or private cloud deployments.\n\nThis release of Red Hat AMQ Broker 7.12.0 includes security and bug fixes, and enhancements. For further information, refer to the release notes linked to in the References section.\n\nSecurity Fix(es):\n\n* (CVE-2023-24540) golang: html/template: improper handling of JavaScript whitespace\n* (CVE-2021-43565) golang.org/x/crypto: empty plaintext packet causes panic\n* (CVE-2022-21698) prometheus/client_golang: Denial of service using InstrumentHandlerCounter\n* (CVE-2022-27664) golang: net/http: handle server errors after sending GOAWAY\n* (CVE-2022-2879) golang: archive/tar: unbounded memory consumption when reading headers\n* (CVE-2022-2880) golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters\n* (CVE-2022-41678) Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE\n* (CVE-2022-41715) golang: regexp/syntax: limit memory used by parsing regexps\n* (CVE-2022-41723) net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n* (CVE-2022-41724) golang: crypto/tls: large handshake records may cause panics\n* (CVE-2022-41725) golang: net/http, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24534) golang: net/http, net/textproto: denial of service from excessive memory allocation\n* (CVE-2023-24536) golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24537) golang: go/parser: Infinite loop in parsing\n* (CVE-2023-24538) golang: html/template: backticks not treated as string delimiters\n* (CVE-2023-24539) golang: html/template: improper sanitization of CSS values\n* (CVE-2023-29400) golang: html/template: improper handling of empty HTML attributes\n* (CVE-2022-32189) golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service\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.\n\nFor information on supported configurations, see Red Hat AMQ Broker 7 Supported Configurations at https://access.redhat.com/articles/2791941",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:2944",
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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/documentation/en-us/red_hat_amq_broker/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_amq_broker/"
},
{
"category": "external",
"summary": "2030787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787"
},
{
"category": "external",
"summary": "2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "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": "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": "2252185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185"
},
{
"category": "external",
"summary": "ENTMQBR-8064",
"url": "https://issues.redhat.com/browse/ENTMQBR-8064"
},
{
"category": "external",
"summary": "ENTMQBR-8264",
"url": "https://issues.redhat.com/browse/ENTMQBR-8264"
},
{
"category": "external",
"summary": "ENTMQBR-8316",
"url": "https://issues.redhat.com/browse/ENTMQBR-8316"
},
{
"category": "external",
"summary": "ENTMQBR-8387",
"url": "https://issues.redhat.com/browse/ENTMQBR-8387"
},
{
"category": "external",
"summary": "ENTMQBR-8457",
"url": "https://issues.redhat.com/browse/ENTMQBR-8457"
},
{
"category": "external",
"summary": "ENTMQBR-8465",
"url": "https://issues.redhat.com/browse/ENTMQBR-8465"
},
{
"category": "external",
"summary": "ENTMQBR-8664",
"url": "https://issues.redhat.com/browse/ENTMQBR-8664"
},
{
"category": "external",
"summary": "ENTMQBR-8678",
"url": "https://issues.redhat.com/browse/ENTMQBR-8678"
},
{
"category": "external",
"summary": "ENTMQBR-8752",
"url": "https://issues.redhat.com/browse/ENTMQBR-8752"
},
{
"category": "external",
"summary": "ENTMQBR-8881",
"url": "https://issues.redhat.com/browse/ENTMQBR-8881"
},
{
"category": "external",
"summary": "ENTMQBR-8893",
"url": "https://issues.redhat.com/browse/ENTMQBR-8893"
},
{
"category": "external",
"summary": "ENTMQBR-8971",
"url": "https://issues.redhat.com/browse/ENTMQBR-8971"
},
{
"category": "external",
"summary": "ENTMQBR-8989",
"url": "https://issues.redhat.com/browse/ENTMQBR-8989"
},
{
"category": "external",
"summary": "ENTMQBR-9023",
"url": "https://issues.redhat.com/browse/ENTMQBR-9023"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2944.json"
}
],
"title": "Red Hat Security Advisory: AMQ Broker 7.12.0.OPR.1.GA Container Images release and security update",
"tracking": {
"current_release_date": "2025-12-03T23:59:22+00:00",
"generator": {
"date": "2025-12-03T23:59:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2024:2944",
"initial_release_date": "2024-05-21T14:04:45+00:00",
"revision_history": [
{
"date": "2024-05-21T14:04:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-21T14:04:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-03T23:59:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Middleware Containers for OpenShift",
"product": {
"name": "Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhosemc:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product_id": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product_id": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product": {
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product_id": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator-bundle\u0026tag=7.12.0-10"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product_id": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product_id": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product_id": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product_id": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product_id": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product_id": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64"
},
"product_reference": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-43565",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-12-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2030787"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s an input validation flaw in golang.org/x/crypto\u0027s readCipherPacket() function. An unauthenticated attacker who sends an empty plaintext packet to a program linked with golang.org/x/crypto/ssh could cause a panic, potentially leading to denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto: empty plaintext packet causes panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "go-toolset shipped with Red Hat Developer Tools - Compilers and golang shipped with Red Hat Enterprise Linux 8 are not affected by this flaw because they do not ship the vulnerable code.\n\nThis flaw was rated to have a Moderate impact because it is not shipped in the Golang standard library and thus has a reduced impact to products compared with other flaws of this type.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43565"
},
{
"category": "external",
"summary": "RHBZ#2030787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565"
}
],
"release_date": "2021-12-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto: empty plaintext packet causes panic"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.\n\n\nThis flaw additionally affects the github.com/vbatts/tar-split library and was fixed in v0.12.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1",
"url": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-21698",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2045880"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a moderate impact for two main reasons. The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact rating.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successful exploitation of a CWE-772: Missing Release of Resource after Effective Lifetime and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nBaseline configurations enforce strict resource allocation and lifecycle management policies, ensuring that memory, CPU, and storage resources are efficiently released when no longer needed. The platform continuously monitors resource allocation and usage across compute environments and workloads, leveraging built-in quota and limit mechanisms to prevent resource exhaustion caused by unreleased objects. Real-time system monitoring detects abnormal consumption patterns, such as unused resource retention or elevated usage levels, enabling timely remediation and preventing compounding impacts.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "RHBZ#2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p",
"url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p"
}
],
"release_date": "2022-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124669"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: handle server errors after sending GOAWAY",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27664"
},
{
"category": "external",
"summary": "RHBZ#2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664"
},
{
"category": "external",
"summary": "https://go.dev/issue/54658",
"url": "https://go.dev/issue/54658"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ"
}
],
"release_date": "2022-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2113814"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded 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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "RHBZ#2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189"
},
{
"category": "external",
"summary": "https://go.dev/issue/53871",
"url": "https://go.dev/issue/53871"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU",
"url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU"
}
],
"release_date": "2022-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service"
},
{
"cve": "CVE-2022-41678",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2023-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252185"
}
],
"notes": [
{
"category": "description",
"text": "Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.\u00a0\n\nIn details, in ActiveMQ configurations, jetty allows\norg.jolokia.http.AgentServlet to handler request to /api/jolokia\n\norg.jolokia.http.HttpRequestHandler#handlePostRequest is able to\ncreate JmxRequest through JSONObject. And calls to\norg.jolokia.http.HttpRequestHandler#executeRequest.\n\nInto deeper calling stacks,\norg.jolokia.handler.ExecHandler#doHandleRequest can be invoked\nthrough refection. This could lead to RCE through via\nvarious mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11.\n\n1 Call newRecording.\n\n2 Call setConfiguration. And a webshell data hides in it.\n\n3 Call startRecording.\n\n4 Call copyTo method. The webshell will be written to a .jsp file.\n\nThe mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia.\nA more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.\n",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41678"
},
{
"category": "external",
"summary": "RHBZ#2252185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41678"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_3450
Vulnerability from csaf_redhat - Published: 2023-06-05 16:47 - Updated: 2024-12-17 22:20Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "OpenShift Serverless 1.29.0 has been released. The References section contains CVE links providing detailed severity ratings for each vulnerability. Ratings are based on a Common Vulnerability Scoring System (CVSS) base score.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Serverless Client kn 1.29.0 provides a CLI to interact with Red Hat OpenShift Serverless 1.29.0. The kn CLI is delivered as an RPM package for installation on RHEL platforms, and as binaries for non-Linux platforms.\n\nThis release includes security and bug fixes, and enhancements.\n\nSecurity Fixes in this release include:\n\n- containerd: Supplementary groups are not set up properly(CVE-2023-25173)\n- golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding(CVE-2022-41723)\n- golang: net/http, mime/multipart: denial of service from excessive resource consumption(CVE-2022-41725)\n- golang: crypto/tls: large handshake records may cause panics(CVE-2022-41724)\n- golang: html/template: backticks not treated as string delimiters(CVE-2023-24538)\n- golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption(CVE-2023-24536)\n- golang: net/http, net/textproto: denial of service from excessive memory allocation(CVE-2023-24534)\n- golang: go/parser: Infinite loop in parsing(CVE-2023-24537)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information refer to the CVE pages linked 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:3450",
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
},
{
"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/openshift_container_platform/4.10/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index",
"url": "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/index"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"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": "2185511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185511"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3450.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Serverless Client kn 1.29.0 release",
"tracking": {
"current_release_date": "2024-12-17T22:20:12+00:00",
"generator": {
"date": "2024-12-17T22:20:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3450",
"initial_release_date": "2023-06-05T16:47:21+00:00",
"revision_history": [
{
"date": "2023-06-05T16:47:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T16:47:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:20:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Serverless 1.0",
"product": {
"name": "Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:serverless:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Serverless"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"product": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"product_id": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.8.1-3.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.s390x as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.src as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.src",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64 as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
},
"product_reference": "openshift-serverless-clients-0:1.8.1-3.el8.x86_64",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
}
]
},
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
},
{
"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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.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-06-05T16:47:21+00:00",
"details": "For instructions on how to install and use OpenShift Serverless, see documentation linked from the References section.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3450"
}
],
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.8.1-3.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
}
]
}
RHSA-2023_3445
Vulnerability from csaf_redhat - Published: 2023-06-05 18:55 - Updated: 2024-12-17 22:20Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for etcd is now available for Red Hat OpenStack Platform 16.2\n(Train).\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A highly-available key value store for shared configuration\n\nSecurity Fix(es):\n\n* Information discosure via debug function (CVE-2021-28235)\n\n* html/template: improper handling of JavaScript whitespace\n(CVE-2023-24540)\n\n* golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n(CVE-2022-41723)\n\n* crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* net/http mime/multipart: denial of service from excessive resource\nconsumption (CVE-2022-41725)\n\n* net/http net/textproto: denial of service from excessive memory\nallocation (CVE-2023-24534)\n\n* net/http net/textproto mime/multipart: denial of service from excessive\nresource consumption (CVE-2023-24536)\n\n* go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* html/template: backticks not treated as string delimiters\n(CVE-2023-24538)\n\n* html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* html/template: improper handling of empty HTML attributes\n(CVE-2023-29400)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:3445",
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "2184441",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184441"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3445.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 (etcd) security update",
"tracking": {
"current_release_date": "2024-12-17T22:20:40+00:00",
"generator": {
"date": "2024-12-17T22:20:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3445",
"initial_release_date": "2023-06-05T18:55:04+00:00",
"revision_history": [
{
"date": "2023-06-05T18:55:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-05T18:55:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:20:40+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": "etcd-0:3.3.23-14.el8ost.src",
"product": {
"name": "etcd-0:3.3.23-14.el8ost.src",
"product_id": "etcd-0:3.3.23-14.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-14.el8ost.x86_64",
"product": {
"name": "etcd-0:3.3.23-14.el8ost.x86_64",
"product_id": "etcd-0:3.3.23-14.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"product_id": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-14.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"product_id": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-14.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-14.el8ost.ppc64le",
"product": {
"name": "etcd-0:3.3.23-14.el8ost.ppc64le",
"product_id": "etcd-0:3.3.23-14.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-14.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"product": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"product_id": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-14.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"product": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"product_id": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-14.el8ost?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-14.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-14.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-14.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-14.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-14.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-28235",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184441"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in etcd, where etc-io could allow a remote attacker to gain elevated privileges on the system caused by a vulnerability in the debug function. By sending a specially crafted request, an attacker can gain elevated privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: Information discosure via debug function",
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28235"
},
{
"category": "external",
"summary": "RHBZ#2184441",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184441"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28235",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28235"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "etcd: Information discosure via debug function"
},
{
"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-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
}
],
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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-06-05T18:55:04+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3445"
},
{
"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:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.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": [
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-14.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-14.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_4986
Vulnerability from csaf_redhat - Published: 2023-09-06 07:56 - Updated: 2024-12-17 22:24Notes
{
"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": "Updated Red Hat OpenShift Distributed Tracing 2.9 container images are now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Red Hat OpenShift Distributed Tracing 2.9 container images have been released.\n\nUsers of Red Hat OpenShift Distributed Tracing 2.8 container images are advised to upgrade to these updated images, which contain backported patches to correct security issues, fix bugs, and include further enhancements.\n\nYou can find images updated by this advisory in Red Hat Container Catalog (see References).\n\nSecurity Fix(es):\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, 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:4986",
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
},
{
"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": "TRACING-2968",
"url": "https://issues.redhat.com/browse/TRACING-2968"
},
{
"category": "external",
"summary": "TRACING-3091",
"url": "https://issues.redhat.com/browse/TRACING-3091"
},
{
"category": "external",
"summary": "TRACING-3142",
"url": "https://issues.redhat.com/browse/TRACING-3142"
},
{
"category": "external",
"summary": "TRACING-3143",
"url": "https://issues.redhat.com/browse/TRACING-3143"
},
{
"category": "external",
"summary": "TRACING-3147",
"url": "https://issues.redhat.com/browse/TRACING-3147"
},
{
"category": "external",
"summary": "TRACING-3173",
"url": "https://issues.redhat.com/browse/TRACING-3173"
},
{
"category": "external",
"summary": "TRACING-3204",
"url": "https://issues.redhat.com/browse/TRACING-3204"
},
{
"category": "external",
"summary": "TRACING-3213",
"url": "https://issues.redhat.com/browse/TRACING-3213"
},
{
"category": "external",
"summary": "TRACING-3243",
"url": "https://issues.redhat.com/browse/TRACING-3243"
},
{
"category": "external",
"summary": "TRACING-3312",
"url": "https://issues.redhat.com/browse/TRACING-3312"
},
{
"category": "external",
"summary": "TRACING-3322",
"url": "https://issues.redhat.com/browse/TRACING-3322"
},
{
"category": "external",
"summary": "TRACING-3396",
"url": "https://issues.redhat.com/browse/TRACING-3396"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4986.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Distributed Tracing 2.9.0 security update",
"tracking": {
"current_release_date": "2024-12-17T22:24:12+00:00",
"generator": {
"date": "2024-12-17T22:24:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4986",
"initial_release_date": "2023-09-06T07:56:11+00:00",
"revision_history": [
{
"date": "2023-09-06T07:56:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-09-06T07:56:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:24:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 2.9",
"product": {
"name": "Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:2.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"product_id": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"product_id": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"product_id": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"product_id": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"product_id": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"product_id": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"product_id": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=0.1.2-11"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=8e91537-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"product_id": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.0-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"product_id": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.0-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
}
]
},
"vulnerabilities": [
{
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
}
],
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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",
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
}
],
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
}
],
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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",
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-09-06T07:56:11+00:00",
"details": "To update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade. Only those RPMs which are currently installed will be updated. Those RPMs which are\nnot installed but included in the list will not be updated. Note that you can also use wildcards (*.rpm) if your current directory *only* contains the desired RPMs.\n\nPlease note that this update is also available via Red Hat Network. Many people find this an easier way to apply updates. To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate RPMs being upgraded on your system.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
},
{
"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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_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-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:245b3a4fcc6ed62f74679e620284095a7faae32b796571dfd55f1a9f2f05d683_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d26cffb00efb86685fef638702f583f7c157f157246c87366a8d1f77b777cf31_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:d8bc6495463d50293f954ce8dd7f70e0416e78baed86cbd4355693f701593c17_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:26e1ee47bd0d2ca13b14dba616d333d3c0164e7758c893bc6813dfc49bb29040_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:6fa1ece1d0e77e540fb80648f318810051025646962da4752420edf6da43caa5_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:8af8b45b6a81bc08043171c76414d3e07f96ef160e9d46867ecc7d9b904465eb_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:3c69ca16cc58b5472a20aa7feb7f290f97b73125b0f9c9982c87ad4486e8414e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:595b6828dd9cd8d1b6643682ada8d1192cbb5c65a1cfb9da452ad184d2523223_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:f48d37bf230ff3b408302004e7e15d6cd0dedab5877d867b3770863a9d38bea6_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:510f2f64e5e24c527541300ac9349a8e0ebc1a4856fc347aad5f5f5b187d2225_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:acb3481b4a9640fdcea057098d8bafdc17c80dfea8beff51aae912d31d03fd0d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f1753cf36d7a657a4d60107b342781155289119b39976ddc776c8dd976051766_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:05c490e65a007d04d9006e9be375dc3015eec3ca0c538d5ff24a1b5129c23752_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:97b4b06104ef210e6684f00d2b58406975d08342b8ae537dd3b54c87223d5752_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:f35f3b371550adba3276ec9e969b51d26b67380294f3775031cda4b1572be084_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0e0439a327c78aab214d0f00484fe4dafb1c214dfa63c9d1d520f0becc05ae4f_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:476cece9d0a3a846c4dc008e13ebe86cf52fb49b0963224c8d83ffa00f99baa1_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:f4fb59d36ac33e3a5c5b5eedcccfbb039f4ca50e61cc7e1bcb68ed89b0903745_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:cd4e0e2caa098465cbc2bd770904f471a9a95059145c01bd4c17689c2217bbd7_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d220c38ea995ebb78d9df0a8a11c56fcfcc5f26cd6e769cf90c6a703914dcc76_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:d60fd47d90d3195ade9ff821520337dadf4128061a3cbeea2eb7bc28f4647e0a_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:1934e02db3e8462475b7ba51860fb7df81da92e5c3cbaabc2eac0a88350d176a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:22177a3d088095292aaae48023477e3069f10cf91586f0236e02b481098eff2d_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:e5d016116f2d35dabf0e445a920966581b15292bdef782d126f5a56c60077055_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:da1cc99bce2cca6127a887fc4c2190f97fb7b5ec3be119cc8ff6bfb2cbc4606d_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e04ca83905b906b2ac22fab5420629a61f9210a3a4779a60966813aaced99541_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e81105452ece3ccd9d1e7cf9f91d2fbbb06f12b4892289ddc94b0e922321589f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:0604dab5223b184fe502a493e7d2e96082e17ef3cf9864f37d889ac18aa19876_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:5cdc56e19e233f07820de14aed266ca8d9121fc06bedd6189401d2f420206901_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:84e253ca4781b8f6845cbcb6d9ef9e68cd152f72f5217d9befa2b8a47ca67516_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:33a56369c46932a40c67b718df7b10d06b7c3b0ff93b09439a6f3c654c798703_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:5c174a544295cf8a2f60ff6e518d157b162ab005ba447e9f147276c026362e01_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:b0890928d9ebc88f1fa059112859c5b5b4139e2ea3542724f76f8c9f9d6044ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:3b8e624b4915d7625551b50b36d2b75a6c3be0fbbfb2be01cb63e972999303ca_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:6b849b43190d300cabc0d9113ffad843e49175a80f38ad5636e20357c722aef1_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:7d7bec09d4ab03fd266dcb2f4ba40450d055f3be704367a737ff52ae2d7eb5cf_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:6d75b80bb63ee161721ac638a8c557dee1c22c8aa62404fbcaea860f1a411334_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:74fb8268f08f8e3902ceeba2ee918bbdae3b4f3247d7df3ae09db88b1ff6112c_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:8f06abe7773af8901a8c4beeea8aed9e464852101cced7acda66aa80444cbafe_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:2ce312488986d2b998c2d1241ba603353aeda667fe2e8e334e2b69b826127180_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:37208be11e9af9009bd8ad16eb591b78d250bb1603f9e67ad9a1aa31a390772d_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:84e5b718f78e99f5ea97bd72a69d56dd01300dc2d2f23b753de986afb62bb3e3_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:7b1846b0f0e31aad9d31cb1deb11b8671e0f12ef2d375bf739c52006e3d3280a_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:d93d10ed6c15912c8b2dd259e0b9008f7c37706e9b6388a5f1b89a7175b99c55_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:f38b11f21f25f1c241c079dd85a2e854308577df3adb31724b7dcd0783f29ebe_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:3f7d332ed5e713cb683919824d63570e10664d3ca88a1e62c36a8f765a541140_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:419de0214012fdadc302ff0a90d10db70321639a0bc3ed512e6fe4fc730b8e1f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:4bfd3efce54c8527d26d9c06ab3e42725d6edb1395ba94c3632b216df7b4948c_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:2dd4b14b120824a67fa0bfa5beb9753f215b5337a1aa65c4fb305fa72a70d006_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:bcee0df7299e003f07d5491334d7a961d0d338af8c8a9e1bf2ba942258c8ce30_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:cf9d2e1f3b7b178b846d4a8e45fe1f4e221cabc0d60d0357768a1580c9df7148_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:08ac8806edeac078a11dcb00bda791ef869c68287faa3ea577c614c228141bcc_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:512ce6df09d6bd19a147fff161c6abf7f966e1ef408e74c21435ff5adefa5471_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:b6b8624bf309f0dcdb41a0e3d2d5657529a162b245537d7f08178edd3eef74a2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
}
]
}
RHSA-2023_4003
Vulnerability from csaf_redhat - Published: 2023-07-10 09:56 - Updated: 2024-12-17 22:22Notes
{
"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": "This is release 1.4 of the rpms for Red Hat Service Interconnect. Red Hat Service Interconnect 1.4 introduces a service network, linking TCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites. It allows geographically distributed services to connect as if they were all running in the same site.\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": "As a Kubernetes user, I cannot connect easily connect services from one cluster with services on another cluster. Red Hat Application Interconnect enables me to create a service network and it allows geographically distributed services to connect as if they were all running in the same site.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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: 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:4003",
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect",
"url": "https://access.redhat.com/documentation/en-us/red_hat_service_interconnect"
},
{
"category": "external",
"summary": "2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "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": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4003.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.4 Release security update",
"tracking": {
"current_release_date": "2024-12-17T22:22:02+00:00",
"generator": {
"date": "2024-12-17T22:22:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:4003",
"initial_release_date": "2023-07-10T09:56:57+00:00",
"revision_history": [
{
"date": "2023-07-10T09:56:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-07-10T09:56:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:22:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect",
"product": {
"name": "Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1",
"product": {
"name": "Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el8ai.src",
"product": {
"name": "libwebsockets-0:4.3.1-1.el8ai.src",
"product_id": "libwebsockets-0:4.3.1-1.el8ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el8.src",
"product": {
"name": "skupper-router-0:2.4.1-2.el8.src",
"product_id": "skupper-router-0:2.4.1-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-0:0.37.0-2.el8ai.src",
"product": {
"name": "qpid-proton-0:0.37.0-2.el8ai.src",
"product_id": "qpid-proton-0:0.37.0-2.el8ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el8ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el8.src",
"product": {
"name": "skupper-cli-0:1.4.1-2.el8.src",
"product_id": "skupper-cli-0:1.4.1-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el9ai.src",
"product": {
"name": "libwebsockets-0:4.3.1-1.el9ai.src",
"product_id": "libwebsockets-0:4.3.1-1.el9ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el9.src",
"product": {
"name": "skupper-router-0:2.4.1-2.el9.src",
"product_id": "skupper-router-0:2.4.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-0:0.37.0-2.el9ai.src",
"product": {
"name": "qpid-proton-0:0.37.0-2.el9ai.src",
"product_id": "qpid-proton-0:0.37.0-2.el9ai.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton@0.37.0-2.el9ai?arch=src"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-0:1.9.4-3.el9.src",
"product": {
"name": "jsoncpp-0:1.9.4-3.el9.src",
"product_id": "jsoncpp-0:1.9.4-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el9.src",
"product": {
"name": "skupper-cli-0:1.4.1-2.el9.src",
"product_id": "skupper-cli-0:1.4.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"product": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"product_id": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el8.x86_64",
"product": {
"name": "skupper-router-0:2.4.1-2.el8.x86_64",
"product_id": "skupper-router-0:2.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"product": {
"name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"product_id": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"product": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"product_id": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"product_id": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el8ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el8.x86_64",
"product": {
"name": "skupper-cli-0:1.4.1-2.el8.x86_64",
"product_id": "skupper-cli-0:1.4.1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-devel@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debugsource@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"product": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"product_id": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwebsockets-debuginfo@4.3.1-1.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-0:2.4.1-2.el9.x86_64",
"product": {
"name": "skupper-router-0:2.4.1-2.el9.x86_64",
"product_id": "skupper-router-0:2.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router@2.4.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"product": {
"name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"product_id": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debugsource@2.4.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"product": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"product_id": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-debuginfo@2.4.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"product_id": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-devel@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp-devel@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debugsource@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-c-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-cpp-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/qpid-proton-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_id": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-qpid_proton-debuginfo@0.37.0-2.el9ai?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp-devel@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp-debugsource@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"product": {
"name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"product_id": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jsoncpp-debuginfo@1.9.4-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.1-2.el9.x86_64",
"product": {
"name": "skupper-cli-0:1.4.1-2.el9.x86_64",
"product_id": "skupper-cli-0:1.4.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.1-2.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skupper-router-common-0:2.4.1-2.el8.noarch",
"product": {
"name": "skupper-router-common-0:2.4.1-2.el8.noarch",
"product_id": "skupper-router-common-0:2.4.1-2.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"product": {
"name": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"product_id": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"product": {
"name": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"product_id": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-common-0:2.4.1-2.el9.noarch",
"product": {
"name": "skupper-router-common-0:2.4.1-2.el9.noarch",
"product_id": "skupper-router-common-0:2.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-common@2.4.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"product": {
"name": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"product_id": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-docs@2.4.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"product": {
"name": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"product_id": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-router-tools@2.4.1-2.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el8ai.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src"
},
"product_reference": "libwebsockets-0:4.3.1-1.el8ai.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64"
},
"product_reference": "libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-0:0.37.0-2.el8ai.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src"
},
"product_reference": "qpid-proton-0:0.37.0-2.el8ai.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64"
},
"product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el8.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src"
},
"product_reference": "skupper-cli-0:1.4.1-2.el8.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64"
},
"product_reference": "skupper-cli-0:1.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el8.src as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src"
},
"product_reference": "skupper-router-0:2.4.1-2.el8.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64"
},
"product_reference": "skupper-router-0:2.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-common-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch"
},
"product_reference": "skupper-router-common-0:2.4.1-2.el8.noarch",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64"
},
"product_reference": "skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64 as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64"
},
"product_reference": "skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-docs-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch"
},
"product_reference": "skupper-router-docs-0:2.4.1-2.el8.noarch",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-tools-0:2.4.1-2.el8.noarch as a component of Red Hat Service Interconnect",
"product_id": "8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch"
},
"product_reference": "skupper-router-tools-0:2.4.1-2.el8.noarch",
"relates_to_product_reference": "8Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-0:1.9.4-3.el9.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src"
},
"product_reference": "jsoncpp-0:1.9.4-3.el9.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jsoncpp-devel-0:1.9.4-3.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64"
},
"product_reference": "jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el9ai.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src"
},
"product_reference": "libwebsockets-0:4.3.1-1.el9ai.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64"
},
"product_reference": "libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-0:0.37.0-2.el9ai.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src"
},
"product_reference": "qpid-proton-0:0.37.0-2.el9ai.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
},
"product_reference": "rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el9.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src"
},
"product_reference": "skupper-cli-0:1.4.1-2.el9.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
},
"product_reference": "skupper-cli-0:1.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el9.src as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src"
},
"product_reference": "skupper-router-0:2.4.1-2.el9.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64"
},
"product_reference": "skupper-router-0:2.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-common-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch"
},
"product_reference": "skupper-router-common-0:2.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64"
},
"product_reference": "skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64"
},
"product_reference": "skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-docs-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch"
},
"product_reference": "skupper-router-docs-0:2.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-router-tools-0:2.4.1-2.el9.noarch as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
},
"product_reference": "skupper-router-tools-0:2.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-28327",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077689"
}
],
"notes": [
{
"category": "description",
"text": "An integer overflow flaw was found in Golang\u0027s crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256().ScalarMult or P256().ScalarBaseMult to panic, leading to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/elliptic: panic caused by oversized scalar",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 7, 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope. \n\nRed Hat Developer Tools - Compilers (go-toolset-1.16-golang \u0026 go-toolset-1.17-golang), ships the vulnerable code and affected by this vulnerability.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28327"
},
{
"category": "external",
"summary": "RHBZ#2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8",
"url": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8"
}
],
"release_date": "2022-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: panic caused by oversized scalar"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"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-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"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-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
},
"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-07-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
}
],
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"known_not_affected": [
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-10T09:56:57+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-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.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-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.src",
"8Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el8ai.src",
"8Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el8ai.x86_64",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.src",
"8Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el8.x86_64",
"8Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el8.noarch",
"8Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el8.noarch",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.src",
"9Base-Service-Interconnect-1:jsoncpp-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debuginfo-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-debugsource-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:jsoncpp-devel-0:1.9.4-3.el9.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.src",
"9Base-Service-Interconnect-1:libwebsockets-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debuginfo-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-debugsource-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:libwebsockets-devel-0:4.3.1-1.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:python3-qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-0:0.37.0-2.el9ai.src",
"9Base-Service-Interconnect-1:qpid-proton-c-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-c-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-cpp-devel-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:qpid-proton-debugsource-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:rubygem-qpid_proton-debuginfo-0:0.37.0-2.el9ai.x86_64",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-cli-0:1.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.src",
"9Base-Service-Interconnect-1:skupper-router-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-common-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-debuginfo-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-debugsource-0:2.4.1-2.el9.x86_64",
"9Base-Service-Interconnect-1:skupper-router-docs-0:2.4.1-2.el9.noarch",
"9Base-Service-Interconnect-1:skupper-router-tools-0:2.4.1-2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_3323
Vulnerability from csaf_redhat - Published: 2023-05-25 12:29 - Updated: 2024-12-17 22:18Notes
{
"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 go-toolset-1.19 and go-toolset-1.19-golang is now available for Red Hat Developer Tools.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3323",
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": "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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3323.json"
}
],
"title": "Red Hat Security Advisory: go-toolset-1.19 and go-toolset-1.19-golang security update",
"tracking": {
"current_release_date": "2024-12-17T22:18:44+00:00",
"generator": {
"date": "2024-12-17T22:18:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3323",
"initial_release_date": "2023-05-25T12:29:39+00:00",
"revision_history": [
{
"date": "2023-05-25T12:29:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-25T12:29:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:18:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2023::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2023::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Tools"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=src"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-race@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-bin@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-misc@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-src@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-tests@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-build@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-runtime@1.19.9-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"product_id": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-scldevel@1.19.9-1.el7_9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"product": {
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"product_id": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.19-golang-docs@1.19.9-1.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch"
},
"product_reference": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch"
},
"product_reference": "go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
}
]
},
"vulnerabilities": [
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
}
],
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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-05-25T12:29:39+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": [
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3323"
},
{
"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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.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": [
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Server-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-build-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.src",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-bin-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-docs-0:1.19.9-1.el7_9.noarch",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-misc-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-race-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-src-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-golang-tests-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-runtime-0:1.19.9-1.el7_9.x86_64",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.s390x",
"7Workstation-DevTools-2023.2:go-toolset-1.19-scldevel-0:1.19.9-1.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023_6939
Vulnerability from csaf_redhat - Published: 2023-11-14 16:03 - Updated: 2024-12-17 22:27Notes
{
"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": "2024-12-17T22:27:23+00:00",
"generator": {
"date": "2024-12-17T22:27:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-17T22:27:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 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": "container-tools:rhel8:8090020230825121312:e7857ab1",
"product": {
"name": "container-tools:rhel8:8090020230825121312:e7857ab1",
"product_id": "container-tools:rhel8:8090020230825121312:e7857ab1",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"product": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"product": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"product": {
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"product_id": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"product": {
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"product_id": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"product": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"product": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"product": {
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"product_id": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"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"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
"product_reference": "container-tools:rhel8:8090020230825121312:e7857ab1",
"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.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch"
},
"product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src"
},
"product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch"
},
"product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src"
},
"product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"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 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch"
},
"product_reference": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src"
},
"product_reference": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch"
},
"product_reference": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src as a component of container-tools:rhel8:8090020230825121312:e7857ab1 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src",
"relates_to_product_reference": "AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1"
}
]
},
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
},
{
"cve": "CVE-2023-25809",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182884"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: Rootless runc makes `/sys/fs/cgroup` writable",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25809"
},
{
"category": "external",
"summary": "RHBZ#2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17",
"url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc"
}
],
"release_date": "2023-03-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: Rootless runc makes `/sys/fs/cgroup` writable"
},
{
"cve": "CVE-2023-27561",
"cwe": {
"id": "CWE-41",
"name": "Improper Resolution of Path Equivalence"
},
"discovery_date": "2023-03-06T00:00:00+00:00",
"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": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: volume mount race condition (regression of CVE-2019-19921)"
},
{
"cve": "CVE-2023-28642",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182883"
}
],
"notes": [
{
"category": "description",
"text": "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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28642"
},
{
"category": "external",
"summary": "RHBZ#2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c",
"url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c"
}
],
"release_date": "2023-03-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Avoid using an untrusted container image.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"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:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration"
},
{
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"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-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
},
"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-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:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch",
"AppStream-8.9.0.GA:container-tools:rhel8:8090020230825121312:e7857ab1:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHBA-2023_6109
Vulnerability from csaf_redhat - Published: 2023-10-25 12:32 - Updated: 2024-12-18 04:43Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated Release packages that fix several bugs and add various enhancements are now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Migration Toolkit for Virtualization 2.4.3 Images",
"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/RHBA-2023:6109",
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhba-2023_6109.json"
}
],
"title": "Red Hat Bug Fix Advisory: MTV 2.4.3 Images",
"tracking": {
"current_release_date": "2024-12-18T04:43:19+00:00",
"generator": {
"date": "2024-12-18T04:43:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHBA-2023:6109",
"initial_release_date": "2023-10-25T12:32:35+00:00",
"revision_history": [
{
"date": "2023-10-25T12:32:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-25T12:32:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:43:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-MTV-2.4",
"product": {
"name": "8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_virtualization:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "8Base-MTV-2.4",
"product": {
"name": "8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_virtualization:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"product_id": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-api-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"product_id": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-console-plugin-rhel9\u0026tag=2.4.3-3"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"product_id": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-controller-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"product_id": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-must-gather-api-rhel8\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"product_id": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-must-gather-rhel8\u0026tag=2.4.3-6"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"product_id": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-openstack-populator-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"product_id": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-operator-bundle\u0026tag=2.4.3-12"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"product_id": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-rhel8-operator\u0026tag=2.4.3-3"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"product_id": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-populator-controller-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"product_id": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8\u0026tag=2.4.3-4"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"product_id": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-ui-rhel8\u0026tag=2.4.3-2"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"product_id": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-validation-rhel9\u0026tag=2.4.3-5"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"product_id": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-virt-v2v-rhel9\u0026tag=2.4.3-4"
}
}
},
{
"category": "product_version",
"name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"product": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"product_id": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c?arch=amd64\u0026repository_url=registry.redhat.io/migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8\u0026tag=2.4.3-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64 as a component of 8Base-MTV-2.4",
"product_id": "8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"relates_to_product_reference": "8Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64 as a component of 8Base-MTV-2.4",
"product_id": "9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
},
"product_reference": "migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64",
"relates_to_product_reference": "9Base-MTV-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32190",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124668"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package. The JoinPath doesn\u0027t remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: JoinPath does not strip relative path components in all circumstances",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerable functions, JoinPath and URL.JoinPath was introduced in upstream go1.19, whereas, RHEL ships go1.17 and go1.18 versions, which does not contain the vulnerable code. Hence, packages shipped with RHEL-8, RHEL-9 are not affected.\n\nAll Y stream releases of OpenShift Container Platform 4 run on RHEL-8 or RHEL-9, so OCP 4 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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32190"
},
{
"category": "external",
"summary": "RHBZ#2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32190",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32190"
},
{
"category": "external",
"summary": "https://go.dev/issue/54385",
"url": "https://go.dev/issue/54385"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ"
}
],
"release_date": "2022-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"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-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
}
],
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64"
],
"known_not_affected": [
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T12:32:35+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\n https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6109"
},
{
"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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_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-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-api-rhel8@sha256:afc08bab3b5b19bcd4003819d4e1bc1c9c3faf71370154ee1695c9a3a6192223_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-must-gather-rhel8@sha256:0b766d8e51580920d3b558eaac237b39b70f890127adaac34177aff1b97596fa_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhel8-operator@sha256:30cea757cbe41f54ecfd59320ea92351e1209f5646c7346d7d7563e383e988bb_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:f1c946eb52c6464db8a68cd4c6b61b6df145c68aef4a4858651076ba27d5c40b_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-ui-rhel8@sha256:f872479bcfbf35cae89eb3c95005067b8e64aca090cc058c4e4a1f0db56df9ff_amd64",
"8Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-warm-rhel8@sha256:c8a7ee4f36ffc0206d614ad47ce95a13aacdf80a47e1ea7209e0f9824914c36c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-api-rhel9@sha256:61de05b8dffe208fb8d4c00aed8bba71a4e428f74cc06b936debfbe4fb640747_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-console-plugin-rhel9@sha256:3022d96f38b8900d1b545cbf045f96816194bfba917f08c2e67758f7928acf2c_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-controller-rhel9@sha256:c9b7db0c74e38e5f028b3b72066892c96b6f684575d395a197a0826c09d96e1d_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-openstack-populator-rhel9@sha256:cb8d1bc7320c4ba9caa1d3bb45e48c6d1d2b71799f5dc466c5de8b87579d0c63_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-operator-bundle@sha256:f3172be67364c2a3a5acc25976759e91643c30dfa4d034ea39884ce2be084741_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-populator-controller-rhel9@sha256:4bbec09dfd8021e9cf676f1fb85a0a3f168845b91421afa5ded7983a3561d301_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-validation-rhel9@sha256:8d9947ca76642dacb58290203f5ad003f7ca4f1a5a075ac584ab9e27018a0eed_amd64",
"9Base-MTV-2.4:migration-toolkit-virtualization/mtv-virt-v2v-rhel9@sha256:7ecf4ffb01ccf2cd92fa96407bca9e5b6054e3b5033ada74c98e00dca163d1f7_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023_3319
Vulnerability from csaf_redhat - Published: 2023-05-25 08:10 - Updated: 2024-12-17 22:18Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:3319",
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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_3319.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2024-12-17T22:18:54+00:00",
"generator": {
"date": "2024-12-17T22:18:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3319",
"initial_release_date": "2023-05-25T08:10:11+00:00",
"revision_history": [
{
"date": "2023-05-25T08:10:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-25T08:10:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:18:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset:rhel8:8080020230517172404:6b4b45d8",
"product": {
"name": "go-toolset:rhel8:8080020230517172404:6b4b45d8",
"product_id": "go-toolset:rhel8:8080020230517172404:6b4b45d8",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/go-toolset@rhel8:8080020230517172404:6b4b45d8"
}
}
},
{
"category": "product_version",
"name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product": {
"name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_id": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product": {
"name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_id": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product": {
"name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_id": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product": {
"name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_id": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product_id": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product_id": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product_id": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.9.1-1.module%2Bel8.8.0%2B16778%2B5fbb74f5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_id": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_id": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_id": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product": {
"name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_id": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.9-1.module%2Bel8.8.0%2B18857%2Bfca43658?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
"product_reference": "go-toolset:rhel8:8080020230517172404:6b4b45d8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64"
},
"product_reference": "delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64"
},
"product_reference": "delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64"
},
"product_reference": "delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64"
},
"product_reference": "go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64"
},
"product_reference": "golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64"
},
"product_reference": "golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
},
"product_reference": "golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
},
"product_reference": "golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64 as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64"
},
"product_reference": "golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
},
"product_reference": "golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch as a component of go-toolset:rhel8:8080020230517172404:6b4b45d8 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
},
"product_reference": "golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24532",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"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": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
}
],
"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": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
]
}
],
"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",
"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-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
}
],
"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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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",
"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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
}
],
"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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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",
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
}
],
"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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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",
"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-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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",
"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-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
]
}
],
"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-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
]
},
"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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
]
}
],
"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-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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-05-25T08:10:11+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.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.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": [
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debuginfo-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:delve-debugsource-0:1.9.1-1.module+el8.8.0+16778+5fbb74f5.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:go-toolset-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.src",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-bin-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-docs-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-misc-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-race-0:1.19.9-1.module+el8.8.0+18857+fca43658.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-src-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:go-toolset:rhel8:8080020230517172404:6b4b45d8:golang-tests-0:1.19.9-1.module+el8.8.0+18857+fca43658.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
RHSA-2023:3612
Vulnerability from csaf_redhat - Published: 2023-06-23 04:43 - Updated: 2025-12-03 21:56Notes
{
"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": "2025-12-03T21:56:22+00:00",
"generator": {
"date": "2025-12-03T21:56:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"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": "2025-12-03T21:56:22+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-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@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-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-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-cross-headers-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-cross-headers-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.s390x"
},
"product_reference": "kernel-headers-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-headers-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-headers-0:5.14.0-284.18.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-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-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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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-cross-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-cross-headers-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-headers-0:5.14.0-284.18.1.el9_2.aarch64",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.ppc64le",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.s390x",
"9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.18.1.el9_2.x86_64",
"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_4657
Vulnerability from csaf_redhat - Published: 2023-08-23 00:17 - Updated: 2024-12-17 22:24Notes
{
"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": "2024-12-17T22:24:04+00:00",
"generator": {
"date": "2024-12-17T22:24:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"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": "2024-12-17T22:24:04+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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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"
}
],
"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:4470
Vulnerability from csaf_redhat - Published: 2023-08-03 14:15 - Updated: 2025-11-27 23:55Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.3\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 Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es) for openshift-clients:\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\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:4470",
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"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": "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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4470.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.3 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2025-11-27T23:55:47+00:00",
"generator": {
"date": "2025-11-27T23:55:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:4470",
"initial_release_date": "2023-08-03T14:15:32+00:00",
"revision_history": [
{
"date": "2023-08-03T14:15:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-03T14:15:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:55:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202307200611.p0.g49844f7.assembly.stream.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202307200611.p0.g49844f7.assembly.stream.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src as a component of Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64 as a component of Red Hat Ansible Automation Platform 2.3 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.3"
}
]
},
"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",
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
}
],
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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-08-03T14:15:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"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-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.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": [
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.src",
"8Base-Ansible-Automation-Platform-2.3:openshift-clients-0:4.12.0-202307200611.p0.g49844f7.assembly.stream.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
SUSE-SU-2023:1791-1
Vulnerability from csaf_suse - Published: 2023-04-06 13:37 - Updated: 2023-04-06 13:37Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.20 fixes the following issues:\n\nUpdate to version 1.20.3:\n\n* CVE-2023-24534: security: net/http, net/textproto: denial of service from excessive memory allocation (bsc#1210127)\n* CVE-2023-24536: security: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (bsc#1210128)\n* CVE-2023-24537: security: go/parser: infinite loop in parsing (bsc#1210129)\n* CVE-2023-24538: security: html/template: backticks not treated as string delimiters (bsc#1210130)\n* x/text: building as a plugin failure on darwin/arm64\n* cmd/go: timeout on darwin-amd64-race builder\n* internal/testpty: fails on some Linux machines due to incorrect error handling\n* cmd/link: Incorrect symbol linked in darwin/arm64\n* cmd/link: linker fails on linux/amd64 when gcc\u0027s lto options are used\n* cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation\n* time: time zone lookup using extend string makes wrong start time for non-DST zones\n* runtime: crash on linux-ppc64le\n* cmd/compile: crypto/elliptic build error under -linkshared mode\n* cmd/compile: unsafe.SliceData incoherent resuilt with nil argument\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1791,SUSE-SLE-Module-Development-Tools-15-SP4-2023-1791,openSUSE-SLE-15.4-2023-1791",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1791-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1791-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231791-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1791-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014421.html"
},
{
"category": "self",
"summary": "SUSE Bug 1206346",
"url": "https://bugzilla.suse.com/1206346"
},
{
"category": "self",
"summary": "SUSE Bug 1210127",
"url": "https://bugzilla.suse.com/1210127"
},
{
"category": "self",
"summary": "SUSE Bug 1210128",
"url": "https://bugzilla.suse.com/1210128"
},
{
"category": "self",
"summary": "SUSE Bug 1210129",
"url": "https://bugzilla.suse.com/1210129"
},
{
"category": "self",
"summary": "SUSE Bug 1210130",
"url": "https://bugzilla.suse.com/1210130"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24534 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24537 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24538 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24538/"
}
],
"title": "Security update for go1.20",
"tracking": {
"current_release_date": "2023-04-06T13:37:34Z",
"generator": {
"date": "2023-04-06T13:37:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1791-1",
"initial_release_date": "2023-04-06T13:37:34Z",
"revision_history": [
{
"date": "2023-04-06T13:37:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-150000.1.8.1.aarch64",
"product": {
"name": "go1.20-1.20.3-150000.1.8.1.aarch64",
"product_id": "go1.20-1.20.3-150000.1.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"product": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"product_id": "go1.20-doc-1.20.3-150000.1.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-150000.1.8.1.aarch64",
"product": {
"name": "go1.20-race-1.20.3-150000.1.8.1.aarch64",
"product_id": "go1.20-race-1.20.3-150000.1.8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-150000.1.8.1.i586",
"product": {
"name": "go1.20-1.20.3-150000.1.8.1.i586",
"product_id": "go1.20-1.20.3-150000.1.8.1.i586"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-150000.1.8.1.i586",
"product": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.i586",
"product_id": "go1.20-doc-1.20.3-150000.1.8.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-150000.1.8.1.ppc64le",
"product": {
"name": "go1.20-1.20.3-150000.1.8.1.ppc64le",
"product_id": "go1.20-1.20.3-150000.1.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"product": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"product_id": "go1.20-doc-1.20.3-150000.1.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-150000.1.8.1.ppc64le",
"product": {
"name": "go1.20-race-1.20.3-150000.1.8.1.ppc64le",
"product_id": "go1.20-race-1.20.3-150000.1.8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-150000.1.8.1.s390x",
"product": {
"name": "go1.20-1.20.3-150000.1.8.1.s390x",
"product_id": "go1.20-1.20.3-150000.1.8.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-150000.1.8.1.s390x",
"product": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.s390x",
"product_id": "go1.20-doc-1.20.3-150000.1.8.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-150000.1.8.1.s390x",
"product": {
"name": "go1.20-race-1.20.3-150000.1.8.1.s390x",
"product_id": "go1.20-race-1.20.3-150000.1.8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-150000.1.8.1.x86_64",
"product": {
"name": "go1.20-1.20.3-150000.1.8.1.x86_64",
"product_id": "go1.20-1.20.3-150000.1.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"product": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"product_id": "go1.20-doc-1.20.3-150000.1.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-150000.1.8.1.x86_64",
"product": {
"name": "go1.20-race-1.20.3-150000.1.8.1.x86_64",
"product_id": "go1.20-race-1.20.3-150000.1.8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64"
},
"product_reference": "go1.20-1.20.3-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le"
},
"product_reference": "go1.20-1.20.3-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x"
},
"product_reference": "go1.20-1.20.3-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64"
},
"product_reference": "go1.20-1.20.3-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64"
},
"product_reference": "go1.20-race-1.20.3-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
},
"product_reference": "go1.20-race-1.20.3-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-150000.1.8.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le"
},
"product_reference": "go1.20-1.20.3-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-150000.1.8.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x"
},
"product_reference": "go1.20-1.20.3-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-150000.1.8.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64"
},
"product_reference": "go1.20-1.20.3-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-150000.1.8.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64"
},
"product_reference": "go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-150000.1.8.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64"
},
"product_reference": "go1.20-race-1.20.3-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-150000.1.8.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
},
"product_reference": "go1.20-race-1.20.3-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24534"
}
],
"notes": [
{
"category": "general",
"text": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24534",
"url": "https://www.suse.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "SUSE Bug 1210127 for CVE-2023-24534",
"url": "https://bugzilla.suse.com/1210127"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:37:34Z",
"details": "important"
}
],
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24536"
}
],
"notes": [
{
"category": "general",
"text": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24536",
"url": "https://www.suse.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "SUSE Bug 1210128 for CVE-2023-24536",
"url": "https://bugzilla.suse.com/1210128"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:37:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24537"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24537",
"url": "https://www.suse.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "SUSE Bug 1210129 for CVE-2023-24537",
"url": "https://bugzilla.suse.com/1210129"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:37:34Z",
"details": "important"
}
],
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24538"
}
],
"notes": [
{
"category": "general",
"text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24538",
"url": "https://www.suse.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "SUSE Bug 1210130 for CVE-2023-24538",
"url": "https://bugzilla.suse.com/1210130"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.3-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.3-150000.1.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:37:34Z",
"details": "moderate"
}
],
"title": "CVE-2023-24538"
}
]
}
SUSE-SU-2023:1792-1
Vulnerability from csaf_suse - Published: 2023-04-06 13:38 - Updated: 2023-04-06 13:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.19",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.19 fixes the following issues:\n\nUpdate to 1.19.8\n\n* CVE-2023-24534: security: net/http, net/textproto: denial of service from excessive memory allocation (bsc#1210127)\n* CVE-2023-24536: security: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (bsc#1210128)\n* CVE-2023-24537: security: go/parser: infinite loop in parsing (bsc#1210129)\n* CVE-2023-24538: security: html/template: backticks not treated as string delimiters (bsc#1210130)\n* cmd/go: timeout on darwin-amd64-race builder\n* runtime/pprof: TestLabelSystemstack due to sample with no location\n* internal/testpty: fails on some Linux machines due to incorrect error handling\n* cmd/link: linker fails on linux/amd64 when gcc\u0027s lto options are used\n* cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation\n* time: time zone lookup using extend string makes wrong start time for non-DST zones\n* runtime: crash on linux-ppc64le\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1792,SUSE-SLE-Module-Development-Tools-15-SP4-2023-1792,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-1792,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-1792,SUSE-SLE-Product-RT-15-SP3-2023-1792,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-1792,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-1792,SUSE-Storage-7.1-2023-1792,openSUSE-SLE-15.4-2023-1792",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1792-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1792-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231792-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1792-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014420.html"
},
{
"category": "self",
"summary": "SUSE Bug 1200441",
"url": "https://bugzilla.suse.com/1200441"
},
{
"category": "self",
"summary": "SUSE Bug 1210127",
"url": "https://bugzilla.suse.com/1210127"
},
{
"category": "self",
"summary": "SUSE Bug 1210128",
"url": "https://bugzilla.suse.com/1210128"
},
{
"category": "self",
"summary": "SUSE Bug 1210129",
"url": "https://bugzilla.suse.com/1210129"
},
{
"category": "self",
"summary": "SUSE Bug 1210130",
"url": "https://bugzilla.suse.com/1210130"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24534 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24537 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24538 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24538/"
}
],
"title": "Security update for go1.19",
"tracking": {
"current_release_date": "2023-04-06T13:38:01Z",
"generator": {
"date": "2023-04-06T13:38:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1792-1",
"initial_release_date": "2023-04-06T13:38:01Z",
"revision_history": [
{
"date": "2023-04-06T13:38:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-150000.1.26.1.aarch64",
"product": {
"name": "go1.19-1.19.8-150000.1.26.1.aarch64",
"product_id": "go1.19-1.19.8-150000.1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"product": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"product_id": "go1.19-doc-1.19.8-150000.1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"product": {
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"product_id": "go1.19-race-1.19.8-150000.1.26.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-150000.1.26.1.i586",
"product": {
"name": "go1.19-1.19.8-150000.1.26.1.i586",
"product_id": "go1.19-1.19.8-150000.1.26.1.i586"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-150000.1.26.1.i586",
"product": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.i586",
"product_id": "go1.19-doc-1.19.8-150000.1.26.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-150000.1.26.1.ppc64le",
"product": {
"name": "go1.19-1.19.8-150000.1.26.1.ppc64le",
"product_id": "go1.19-1.19.8-150000.1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"product": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"product_id": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-150000.1.26.1.ppc64le",
"product": {
"name": "go1.19-race-1.19.8-150000.1.26.1.ppc64le",
"product_id": "go1.19-race-1.19.8-150000.1.26.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-150000.1.26.1.s390x",
"product": {
"name": "go1.19-1.19.8-150000.1.26.1.s390x",
"product_id": "go1.19-1.19.8-150000.1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-150000.1.26.1.s390x",
"product": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.s390x",
"product_id": "go1.19-doc-1.19.8-150000.1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-150000.1.26.1.s390x",
"product": {
"name": "go1.19-race-1.19.8-150000.1.26.1.s390x",
"product_id": "go1.19-race-1.19.8-150000.1.26.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-150000.1.26.1.x86_64",
"product": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64",
"product_id": "go1.19-1.19.8-150000.1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"product": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"product_id": "go1.19-doc-1.19.8-150000.1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"product": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"product_id": "go1.19-race-1.19.8-150000.1.26.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-150000.1.26.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-150000.1.26.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-150000.1.26.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-150000.1.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24534"
}
],
"notes": [
{
"category": "general",
"text": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24534",
"url": "https://www.suse.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "SUSE Bug 1210127 for CVE-2023-24534",
"url": "https://bugzilla.suse.com/1210127"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:38:01Z",
"details": "important"
}
],
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24536"
}
],
"notes": [
{
"category": "general",
"text": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24536",
"url": "https://www.suse.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "SUSE Bug 1210128 for CVE-2023-24536",
"url": "https://bugzilla.suse.com/1210128"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:38:01Z",
"details": "moderate"
}
],
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24537"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24537",
"url": "https://www.suse.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "SUSE Bug 1210129 for CVE-2023-24537",
"url": "https://bugzilla.suse.com/1210129"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:38:01Z",
"details": "important"
}
],
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24538"
}
],
"notes": [
{
"category": "general",
"text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24538",
"url": "https://www.suse.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "SUSE Bug 1210130 for CVE-2023-24538",
"url": "https://bugzilla.suse.com/1210130"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.8-150000.1.26.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.8-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:38:01Z",
"details": "moderate"
}
],
"title": "CVE-2023-24538"
}
]
}
SUSE-SU-2023:2127-1
Vulnerability from csaf_suse - Published: 2023-05-08 14:31 - Updated: 2023-05-08 14:31Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.19",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.19 fixes the following issues:\n\nUpdate to 1.19.9 (bnc#1200441):\n- CVE-2023-24539: fixed an improper sanitization of CSS values\n (bnc#1211029).\n- CVE-2023-24540: fixed an improper handling of JavaScript whitespace\n (bnc#1211030).\n- CVE-2023-29400: fixed an improper handling of empty HTML attributes\n (bnc#1211031).\n- runtime: automatically bump RLIMIT_NOFILE on Unix\n- cmd/compile: inlining function that references function literals\n generates bad code.\n- cmd/compile: encoding/binary.PutUint16 sometimes doesn\u0027t write.\n- crypto/tls: TLSv1.3 connection fails with invalid PSK binder.\n- cmd/compile: incorrect inline function variable.\n\nNon-security fixes:\n\n- Various packaging fixes (boo#1210963, boo#1210938, boo#1211073)\n- Reduced install size (jsc#PED-1962).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2127,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2127,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2127,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2127,SUSE-SLE-Product-RT-15-SP3-2023-2127,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2127,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2127,SUSE-Storage-7.1-2023-2127,openSUSE-SLE-15.4-2023-2127",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2127-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2127-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232127-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2127-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/014783.html"
},
{
"category": "self",
"summary": "SUSE Bug 1200441",
"url": "https://bugzilla.suse.com/1200441"
},
{
"category": "self",
"summary": "SUSE Bug 1210127",
"url": "https://bugzilla.suse.com/1210127"
},
{
"category": "self",
"summary": "SUSE Bug 1210128",
"url": "https://bugzilla.suse.com/1210128"
},
{
"category": "self",
"summary": "SUSE Bug 1210129",
"url": "https://bugzilla.suse.com/1210129"
},
{
"category": "self",
"summary": "SUSE Bug 1210130",
"url": "https://bugzilla.suse.com/1210130"
},
{
"category": "self",
"summary": "SUSE Bug 1210938",
"url": "https://bugzilla.suse.com/1210938"
},
{
"category": "self",
"summary": "SUSE Bug 1210963",
"url": "https://bugzilla.suse.com/1210963"
},
{
"category": "self",
"summary": "SUSE Bug 1211029",
"url": "https://bugzilla.suse.com/1211029"
},
{
"category": "self",
"summary": "SUSE Bug 1211030",
"url": "https://bugzilla.suse.com/1211030"
},
{
"category": "self",
"summary": "SUSE Bug 1211031",
"url": "https://bugzilla.suse.com/1211031"
},
{
"category": "self",
"summary": "SUSE Bug 1211073",
"url": "https://bugzilla.suse.com/1211073"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24534 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24537 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24538 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24538/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24539 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24540 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29400 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29400/"
}
],
"title": "Security update for go1.19",
"tracking": {
"current_release_date": "2023-05-08T14:31:47Z",
"generator": {
"date": "2023-05-08T14:31:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2127-1",
"initial_release_date": "2023-05-08T14:31:47Z",
"revision_history": [
{
"date": "2023-05-08T14:31:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-150000.1.31.1.aarch64",
"product": {
"name": "go1.19-1.19.9-150000.1.31.1.aarch64",
"product_id": "go1.19-1.19.9-150000.1.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"product": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"product_id": "go1.19-doc-1.19.9-150000.1.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"product": {
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"product_id": "go1.19-race-1.19.9-150000.1.31.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-150000.1.31.1.i586",
"product": {
"name": "go1.19-1.19.9-150000.1.31.1.i586",
"product_id": "go1.19-1.19.9-150000.1.31.1.i586"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-150000.1.31.1.i586",
"product": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.i586",
"product_id": "go1.19-doc-1.19.9-150000.1.31.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-150000.1.31.1.ppc64le",
"product": {
"name": "go1.19-1.19.9-150000.1.31.1.ppc64le",
"product_id": "go1.19-1.19.9-150000.1.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"product": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"product_id": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-150000.1.31.1.ppc64le",
"product": {
"name": "go1.19-race-1.19.9-150000.1.31.1.ppc64le",
"product_id": "go1.19-race-1.19.9-150000.1.31.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-150000.1.31.1.s390x",
"product": {
"name": "go1.19-1.19.9-150000.1.31.1.s390x",
"product_id": "go1.19-1.19.9-150000.1.31.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-150000.1.31.1.s390x",
"product": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.s390x",
"product_id": "go1.19-doc-1.19.9-150000.1.31.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-150000.1.31.1.s390x",
"product": {
"name": "go1.19-race-1.19.9-150000.1.31.1.s390x",
"product_id": "go1.19-race-1.19.9-150000.1.31.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.9-150000.1.31.1.x86_64",
"product": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64",
"product_id": "go1.19-1.19.9-150000.1.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"product": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"product_id": "go1.19-doc-1.19.9-150000.1.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"product": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"product_id": "go1.19-race-1.19.9-150000.1.31.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.9-150000.1.31.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.9-150000.1.31.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.9-150000.1.31.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
},
"product_reference": "go1.19-race-1.19.9-150000.1.31.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24534"
}
],
"notes": [
{
"category": "general",
"text": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24534",
"url": "https://www.suse.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "SUSE Bug 1210127 for CVE-2023-24534",
"url": "https://bugzilla.suse.com/1210127"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:31:47Z",
"details": "important"
}
],
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24536"
}
],
"notes": [
{
"category": "general",
"text": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24536",
"url": "https://www.suse.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "SUSE Bug 1210128 for CVE-2023-24536",
"url": "https://bugzilla.suse.com/1210128"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:31:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24537"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24537",
"url": "https://www.suse.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "SUSE Bug 1210129 for CVE-2023-24537",
"url": "https://bugzilla.suse.com/1210129"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:31:47Z",
"details": "important"
}
],
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24538"
}
],
"notes": [
{
"category": "general",
"text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24538",
"url": "https://www.suse.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "SUSE Bug 1210130 for CVE-2023-24538",
"url": "https://bugzilla.suse.com/1210130"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:31:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-24538"
},
{
"cve": "CVE-2023-24539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24539"
}
],
"notes": [
{
"category": "general",
"text": "Angle brackets (\u003c\u003e) are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character can result in unexpectedly closing the CSS context and allowing for injection of unexpected HTML, if executed with untrusted input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24539",
"url": "https://www.suse.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "SUSE Bug 1211029 for CVE-2023-24539",
"url": "https://bugzilla.suse.com/1211029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:31:47Z",
"details": "important"
}
],
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24540"
}
],
"notes": [
{
"category": "general",
"text": "Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace 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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24540",
"url": "https://www.suse.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "SUSE Bug 1211030 for CVE-2023-24540",
"url": "https://bugzilla.suse.com/1211030"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:31:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-29400",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29400"
}
],
"notes": [
{
"category": "general",
"text": "Templates containing actions in unquoted HTML attributes (e.g. \"attr={{.}}\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29400",
"url": "https://www.suse.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "SUSE Bug 1211031 for CVE-2023-29400",
"url": "https://bugzilla.suse.com/1211031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.ppc64le",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.s390x",
"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1.x86_64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.aarch64",
"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:31:47Z",
"details": "important"
}
],
"title": "CVE-2023-29400"
}
]
}
SUSE-SU-2023:2105-2
Vulnerability from csaf_suse - Published: 2023-05-08 14:30 - Updated: 2023-05-08 14:30Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.20 fixes the following issues:\n\nUpdate to 1.20.4 (bnc#1206346):\n- CVE-2023-24539: Fixed an improper sanitization of CSS values (boo#1211029).\n- CVE-2023-24540: Fixed an improper handling of JavaScript whitespace (boo#1211030).\n- CVE-2023-29400: Fixed an improper handling of empty HTML attributes (boo#1211031).\n- runtime: automatically bump RLIMIT_NOFILE on Unix.\n- crypto/subtle: xor fails when run with race+purego.\n- cmd/compile: encoding/binary.PutUint16 sometimes doesn\u0027t write.\n- cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int).\n- cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex.\n- net/http: FileServer no longer serves content for POST.\n- crypto/tls: TLSv1.3 connection fails with invalid PSK binder.\n- cmd/compile: incorrect inline function variable.\n- cmd/compile: Unified IR exports table is binary unstable in presence of generics.\n- go/internal/gcimporter: lookupGorootExport should use the go command from build.Default.GOROOT.\n\nNon-security fixes:\n\n- Reverted go1.x Suggests go1.x-race (boo#1210963).\n- Re-enabled binary stripping and debuginfo (boo#1210938).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2105,SUSE-SLE-Product-RT-15-SP3-2023-2105",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2105-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2105-2",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232105-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2105-2",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/014784.html"
},
{
"category": "self",
"summary": "SUSE Bug 1206346",
"url": "https://bugzilla.suse.com/1206346"
},
{
"category": "self",
"summary": "SUSE Bug 1210127",
"url": "https://bugzilla.suse.com/1210127"
},
{
"category": "self",
"summary": "SUSE Bug 1210128",
"url": "https://bugzilla.suse.com/1210128"
},
{
"category": "self",
"summary": "SUSE Bug 1210129",
"url": "https://bugzilla.suse.com/1210129"
},
{
"category": "self",
"summary": "SUSE Bug 1210130",
"url": "https://bugzilla.suse.com/1210130"
},
{
"category": "self",
"summary": "SUSE Bug 1210938",
"url": "https://bugzilla.suse.com/1210938"
},
{
"category": "self",
"summary": "SUSE Bug 1210963",
"url": "https://bugzilla.suse.com/1210963"
},
{
"category": "self",
"summary": "SUSE Bug 1211029",
"url": "https://bugzilla.suse.com/1211029"
},
{
"category": "self",
"summary": "SUSE Bug 1211030",
"url": "https://bugzilla.suse.com/1211030"
},
{
"category": "self",
"summary": "SUSE Bug 1211031",
"url": "https://bugzilla.suse.com/1211031"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24534 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24537 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24538 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24538/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24539 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24540 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29400 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29400/"
}
],
"title": "Security update for go1.20",
"tracking": {
"current_release_date": "2023-05-08T14:30:55Z",
"generator": {
"date": "2023-05-08T14:30:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2105-2",
"initial_release_date": "2023-05-08T14:30:55Z",
"revision_history": [
{
"date": "2023-05-08T14:30:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.aarch64",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.aarch64",
"product_id": "go1.20-1.20.4-150000.1.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.aarch64",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.aarch64",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.i586",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.i586",
"product_id": "go1.20-1.20.4-150000.1.11.1.i586"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.i586",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.i586",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.ppc64le",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.ppc64le",
"product_id": "go1.20-1.20.4-150000.1.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.ppc64le",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.ppc64le",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.s390x",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.s390x",
"product_id": "go1.20-1.20.4-150000.1.11.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.s390x",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.s390x",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.s390x",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.s390x",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.x86_64",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.x86_64",
"product_id": "go1.20-1.20.4-150000.1.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.x86_64",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.x86_64",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-150000.1.11.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-race-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24534"
}
],
"notes": [
{
"category": "general",
"text": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24534",
"url": "https://www.suse.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "SUSE Bug 1210127 for CVE-2023-24534",
"url": "https://bugzilla.suse.com/1210127"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:30:55Z",
"details": "important"
}
],
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24536"
}
],
"notes": [
{
"category": "general",
"text": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24536",
"url": "https://www.suse.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "SUSE Bug 1210128 for CVE-2023-24536",
"url": "https://bugzilla.suse.com/1210128"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:30:55Z",
"details": "moderate"
}
],
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24537"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24537",
"url": "https://www.suse.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "SUSE Bug 1210129 for CVE-2023-24537",
"url": "https://bugzilla.suse.com/1210129"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:30:55Z",
"details": "important"
}
],
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24538"
}
],
"notes": [
{
"category": "general",
"text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24538",
"url": "https://www.suse.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "SUSE Bug 1210130 for CVE-2023-24538",
"url": "https://bugzilla.suse.com/1210130"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:30:55Z",
"details": "moderate"
}
],
"title": "CVE-2023-24538"
},
{
"cve": "CVE-2023-24539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24539"
}
],
"notes": [
{
"category": "general",
"text": "Angle brackets (\u003c\u003e) are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character can result in unexpectedly closing the CSS context and allowing for injection of unexpected HTML, if executed with untrusted input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24539",
"url": "https://www.suse.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "SUSE Bug 1211029 for CVE-2023-24539",
"url": "https://bugzilla.suse.com/1211029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:30:55Z",
"details": "important"
}
],
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24540"
}
],
"notes": [
{
"category": "general",
"text": "Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace 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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24540",
"url": "https://www.suse.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "SUSE Bug 1211030 for CVE-2023-24540",
"url": "https://bugzilla.suse.com/1211030"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:30:55Z",
"details": "moderate"
}
],
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-29400",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29400"
}
],
"notes": [
{
"category": "general",
"text": "Templates containing actions in unquoted HTML attributes (e.g. \"attr={{.}}\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29400",
"url": "https://www.suse.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "SUSE Bug 1211031 for CVE-2023-29400",
"url": "https://bugzilla.suse.com/1211031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-08T14:30:55Z",
"details": "important"
}
],
"title": "CVE-2023-29400"
}
]
}
SUSE-SU-2023:2105-1
Vulnerability from csaf_suse - Published: 2023-05-05 06:34 - Updated: 2023-05-05 06:34Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.20 fixes the following issues:\n\nUpdate to 1.20.4 (bnc#1206346):\n- CVE-2023-24539: Fixed an improper sanitization of CSS values (boo#1211029).\n- CVE-2023-24540: Fixed an improper handling of JavaScript whitespace (boo#1211030).\n- CVE-2023-29400: Fixed an improper handling of empty HTML attributes (boo#1211031).\n- runtime: automatically bump RLIMIT_NOFILE on Unix.\n- crypto/subtle: xor fails when run with race+purego.\n- cmd/compile: encoding/binary.PutUint16 sometimes doesn\u0027t write.\n- cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int).\n- cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex.\n- net/http: FileServer no longer serves content for POST.\n- crypto/tls: TLSv1.3 connection fails with invalid PSK binder.\n- cmd/compile: incorrect inline function variable.\n- cmd/compile: Unified IR exports table is binary unstable in presence of generics.\n- go/internal/gcimporter: lookupGorootExport should use the go command from build.Default.GOROOT.\n\nNon-security fixes:\n\n- Reverted go1.x Suggests go1.x-race (boo#1210963).\n- Re-enabled binary stripping and debuginfo (boo#1210938).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2105,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2105,openSUSE-SLE-15.4-2023-2105",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2105-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2105-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232105-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2105-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/014738.html"
},
{
"category": "self",
"summary": "SUSE Bug 1206346",
"url": "https://bugzilla.suse.com/1206346"
},
{
"category": "self",
"summary": "SUSE Bug 1210127",
"url": "https://bugzilla.suse.com/1210127"
},
{
"category": "self",
"summary": "SUSE Bug 1210128",
"url": "https://bugzilla.suse.com/1210128"
},
{
"category": "self",
"summary": "SUSE Bug 1210129",
"url": "https://bugzilla.suse.com/1210129"
},
{
"category": "self",
"summary": "SUSE Bug 1210130",
"url": "https://bugzilla.suse.com/1210130"
},
{
"category": "self",
"summary": "SUSE Bug 1210938",
"url": "https://bugzilla.suse.com/1210938"
},
{
"category": "self",
"summary": "SUSE Bug 1210963",
"url": "https://bugzilla.suse.com/1210963"
},
{
"category": "self",
"summary": "SUSE Bug 1211029",
"url": "https://bugzilla.suse.com/1211029"
},
{
"category": "self",
"summary": "SUSE Bug 1211030",
"url": "https://bugzilla.suse.com/1211030"
},
{
"category": "self",
"summary": "SUSE Bug 1211031",
"url": "https://bugzilla.suse.com/1211031"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24534 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24537 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24538 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24538/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24539 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24540 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29400 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29400/"
}
],
"title": "Security update for go1.20",
"tracking": {
"current_release_date": "2023-05-05T06:34:14Z",
"generator": {
"date": "2023-05-05T06:34:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2105-1",
"initial_release_date": "2023-05-05T06:34:14Z",
"revision_history": [
{
"date": "2023-05-05T06:34:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.aarch64",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.aarch64",
"product_id": "go1.20-1.20.4-150000.1.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.aarch64",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.aarch64",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.i586",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.i586",
"product_id": "go1.20-1.20.4-150000.1.11.1.i586"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.i586",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.i586",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.ppc64le",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.ppc64le",
"product_id": "go1.20-1.20.4-150000.1.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.ppc64le",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.ppc64le",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.s390x",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.s390x",
"product_id": "go1.20-1.20.4-150000.1.11.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.s390x",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.s390x",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.s390x",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.s390x",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.4-150000.1.11.1.x86_64",
"product": {
"name": "go1.20-1.20.4-150000.1.11.1.x86_64",
"product_id": "go1.20-1.20.4-150000.1.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"product": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"product_id": "go1.20-doc-1.20.4-150000.1.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.4-150000.1.11.1.x86_64",
"product": {
"name": "go1.20-race-1.20.4-150000.1.11.1.x86_64",
"product_id": "go1.20-race-1.20.4-150000.1.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-150000.1.11.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64"
},
"product_reference": "go1.20-race-1.20.4-150000.1.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-150000.1.11.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-race-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.4-150000.1.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.4-150000.1.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-150000.1.11.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64"
},
"product_reference": "go1.20-race-1.20.4-150000.1.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.4-150000.1.11.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
},
"product_reference": "go1.20-race-1.20.4-150000.1.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24534"
}
],
"notes": [
{
"category": "general",
"text": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24534",
"url": "https://www.suse.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "SUSE Bug 1210127 for CVE-2023-24534",
"url": "https://bugzilla.suse.com/1210127"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-05T06:34:14Z",
"details": "important"
}
],
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24536"
}
],
"notes": [
{
"category": "general",
"text": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24536",
"url": "https://www.suse.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "SUSE Bug 1210128 for CVE-2023-24536",
"url": "https://bugzilla.suse.com/1210128"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-05T06:34:14Z",
"details": "moderate"
}
],
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24537"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24537",
"url": "https://www.suse.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "SUSE Bug 1210129 for CVE-2023-24537",
"url": "https://bugzilla.suse.com/1210129"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-05T06:34:14Z",
"details": "important"
}
],
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24538"
}
],
"notes": [
{
"category": "general",
"text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24538",
"url": "https://www.suse.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "SUSE Bug 1210130 for CVE-2023-24538",
"url": "https://bugzilla.suse.com/1210130"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-05T06:34:14Z",
"details": "moderate"
}
],
"title": "CVE-2023-24538"
},
{
"cve": "CVE-2023-24539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24539"
}
],
"notes": [
{
"category": "general",
"text": "Angle brackets (\u003c\u003e) are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character can result in unexpectedly closing the CSS context and allowing for injection of unexpected HTML, if executed with untrusted input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24539",
"url": "https://www.suse.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "SUSE Bug 1211029 for CVE-2023-24539",
"url": "https://bugzilla.suse.com/1211029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-05T06:34:14Z",
"details": "important"
}
],
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24540"
}
],
"notes": [
{
"category": "general",
"text": "Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace 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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24540",
"url": "https://www.suse.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "SUSE Bug 1211030 for CVE-2023-24540",
"url": "https://bugzilla.suse.com/1211030"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-05T06:34:14Z",
"details": "moderate"
}
],
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-29400",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29400"
}
],
"notes": [
{
"category": "general",
"text": "Templates containing actions in unquoted HTML attributes (e.g. \"attr={{.}}\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29400",
"url": "https://www.suse.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "SUSE Bug 1211031 for CVE-2023-29400",
"url": "https://bugzilla.suse.com/1211031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.ppc64le",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.s390x",
"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1.x86_64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.aarch64",
"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-05T06:34:14Z",
"details": "important"
}
],
"title": "CVE-2023-29400"
}
]
}
WID-SEC-W-2023-1116
Vulnerability from csaf_certbund - Published: 2023-05-01 22:00 - Updated: 2023-09-06 22:00Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM DB2 ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX\n- Linux\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1116 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1116.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1116 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1116"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2023-029 vom 2023-09-07",
"url": "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2023-029.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2023-030 vom 2023-09-07",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2023-030.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7008449 vom 2023-06-29",
"url": "https://www.ibm.com/support/pages/node/7008449"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7005589 vom 2023-06-21",
"url": "https://www.ibm.com/support/pages/node/7005589"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2023-EFD9BBF67E vom 2023-05-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-efd9bbf67e"
},
{
"category": "external",
"summary": "IBM Security Bulletin: 6987489 vom 2023-05-01",
"url": "https://www.ibm.com/support/pages/node/6987489"
}
],
"source_lang": "en-US",
"title": "IBM DB2: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2023-09-06T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:50:12.499+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1116",
"initial_release_date": "2023-05-01T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-05-01T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-05-29T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-06-20T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-06-29T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-09-06T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM DB2",
"product": {
"name": "IBM DB2",
"product_id": "5104",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:-"
}
}
},
{
"category": "product_name",
"name": "IBM DB2 \u003c REST latest-amd64",
"product": {
"name": "IBM DB2 \u003c REST latest-amd64",
"product_id": "T027305",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:rest_latest-amd64"
}
}
},
{
"category": "product_name",
"name": "IBM DB2 \u003c REST 1.0.0.266-amd64",
"product": {
"name": "IBM DB2 \u003c REST 1.0.0.266-amd64",
"product_id": "T027567",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:rest_1.0.0.266-amd64"
}
}
}
],
"category": "product_name",
"name": "DB2"
},
{
"category": "product_name",
"name": "IBM Spectrum Protect plus 10.1",
"product": {
"name": "IBM Spectrum Protect plus 10.1",
"product_id": "T015895",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:plus_10.1"
}
}
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24537",
"notes": [
{
"category": "description",
"text": "In IBM DB2 existieren mehrere Schwachstellen. Diese sind auf verschiedene Fehler in der Komponente Golang zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"5104",
"398363",
"T015895",
"74185"
]
},
"release_date": "2023-05-01T22:00:00.000+00:00",
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24532",
"notes": [
{
"category": "description",
"text": "In IBM DB2 existieren mehrere Schwachstellen. Diese sind auf verschiedene Fehler in der Komponente Golang zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"5104",
"398363",
"T015895",
"74185"
]
},
"release_date": "2023-05-01T22:00:00.000+00:00",
"title": "CVE-2023-24532"
},
{
"cve": "CVE-2022-41725",
"notes": [
{
"category": "description",
"text": "In IBM DB2 existieren mehrere Schwachstellen. Diese sind auf verschiedene Fehler in der Komponente Golang zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"5104",
"398363",
"T015895",
"74185"
]
},
"release_date": "2023-05-01T22:00:00.000+00:00",
"title": "CVE-2022-41725"
},
{
"cve": "CVE-2022-41724",
"notes": [
{
"category": "description",
"text": "In IBM DB2 existieren mehrere Schwachstellen. Diese sind auf verschiedene Fehler in der Komponente Golang zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"5104",
"398363",
"T015895",
"74185"
]
},
"release_date": "2023-05-01T22:00:00.000+00:00",
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2022-41723",
"notes": [
{
"category": "description",
"text": "In IBM DB2 existieren mehrere Schwachstellen. Diese sind auf verschiedene Fehler in der Komponente Golang zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"5104",
"398363",
"T015895",
"74185"
]
},
"release_date": "2023-05-01T22:00:00.000+00:00",
"title": "CVE-2022-41723"
}
]
}
WID-SEC-W-2023-1378
Vulnerability from csaf_certbund - Published: 2023-06-06 22:00 - Updated: 2024-05-21 22:00Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in der Red Hat OpenShift Container Platform ausnutzen, um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1378 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1378.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1378 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1378"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2023-06-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3367"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2023-06-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3366"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3410 vom 2023-06-08",
"url": "https://access.redhat.com/errata/RHSA-2023:3410"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3409 vom 2023-06-08",
"url": "https://access.redhat.com/errata/RHSA-2023:3409"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3495 vom 2023-06-13",
"url": "https://access.redhat.com/errata/RHSA-2023:3495"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3540 vom 2023-06-14",
"url": "https://access.redhat.com/errata/RHSA-2023:3540"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3545 vom 2023-06-14",
"url": "https://access.redhat.com/errata/RHSA-2023:3545"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3537 vom 2023-06-14",
"url": "https://access.redhat.com/errata/RHSA-2023:3537"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3624 vom 2023-06-15",
"url": "https://access.redhat.com/errata/RHSA-2023:3624"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0485 vom 2024-01-31",
"url": "https://access.redhat.com/errata/RHSA-2024:0485"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2023-06-29",
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3943 vom 2023-06-29",
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3914 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3914"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3910 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3910"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3915 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3915"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3911 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3911"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3925 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3925"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4003 vom 2023-07-10",
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4113 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4113"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4112 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4112"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4093 vom 2023-07-20",
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4090 vom 2023-07-21",
"url": "https://access.redhat.com/errata/RHSA-2023:4090"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4091 vom 2023-07-20",
"url": "https://access.redhat.com/errata/RHSA-2023:4091"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4293 vom 2023-07-27",
"url": "https://access.redhat.com/errata/RHSA-2023:4293"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4225 vom 2023-07-27",
"url": "https://access.redhat.com/errata/RHSA-2023:4225"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4289 vom 2023-07-27",
"url": "https://access.redhat.com/errata/RHSA-2023:4289"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4421 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4421"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4420 vom 2023-08-01",
"url": "https://access.redhat.com/errata/RHSA-2023:4420"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7011697 vom 2023-08-03",
"url": "https://www.cybersecurity-help.cz/vdb/SB2023080304"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4470 vom 2023-08-03",
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4472 vom 2023-08-03",
"url": "https://access.redhat.com/errata/RHSA-2023:4472"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4488 vom 2023-08-07",
"url": "https://access.redhat.com/errata/RHSA-2023:4488"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4335 vom 2023-08-08",
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4459 vom 2023-08-08",
"url": "https://access.redhat.com/errata/RHSA-2023:4459"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4456 vom 2023-08-08",
"url": "https://access.redhat.com/errata/RHSA-2023:4456"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2023-026 vom 2023-08-10",
"url": "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2023-026.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4664 vom 2023-08-16",
"url": "https://access.redhat.com/errata/RHSA-2023:4664"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4657 vom 2023-08-23",
"url": "https://access.redhat.com/errata/RHSA-2023:4657"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4986 vom 2023-09-06",
"url": "https://access.redhat.com/errata/RHSA-2023:4986"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5376 vom 2023-09-27",
"url": "https://access.redhat.com/errata/RHSA-2023:5376"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5442 vom 2023-10-04",
"url": "https://access.redhat.com/errata/RHSA-2023:5442"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5006 vom 2023-12-30",
"url": "https://access.redhat.com/errata/RHSA-2023:5006"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0746 vom 2024-02-08",
"url": "https://access.redhat.com/errata/RHSA-2024:0746"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2023-2303 vom 2023-10-20",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2303.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASECS-2023-019 vom 2023-11-01",
"url": "https://alas.aws.amazon.com/AL2/ALASECS-2023-019.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6473 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6420 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6420"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6402 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6474 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6939 vom 2023-11-15",
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-6939 vom 2023-11-21",
"url": "https://linux.oracle.com/errata/ELSA-2023-6939.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-6938 vom 2023-11-21",
"url": "https://linux.oracle.com/errata/ELSA-2023-6938.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2944 vom 2024-05-21",
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift Container Platform: Mehrere Schwachstellen erm\u00f6glichen Umgehen von Sicherheitsvorkehrungen",
"tracking": {
"current_release_date": "2024-05-21T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:51:58.218+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1378",
"initial_release_date": "2023-06-06T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-06T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-06-08T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-12T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-13T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-15T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-28T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-29T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-05T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-06T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-10T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-17T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-20T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-26T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-01T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-02T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-08-03T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-06T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-07T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-08T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-09T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-08-16T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-22T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-06T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-27T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-04T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-19T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-11-01T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-11-07T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-14T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-21T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-01-01T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-31T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-08T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "34"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "plus \u003c10.1.12.6",
"product": {
"name": "IBM Spectrum Protect plus \u003c10.1.12.6",
"product_id": "T029070"
}
}
],
"category": "product_name",
"name": "Spectrum Protect"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Advanced Cluster Security for Kubernetes 4",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4",
"product_id": "T027916",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4"
}
}
},
{
"category": "product_version",
"name": "Service Interconnect 1",
"product": {
"name": "Red Hat Enterprise Linux Service Interconnect 1",
"product_id": "T028472",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:service_interconnect_1"
}
}
},
{
"category": "product_version",
"name": "Container Native Virtualization 4.13",
"product": {
"name": "Red Hat Enterprise Linux Container Native Virtualization 4.13",
"product_id": "T029342",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:container_native_virtualization_4.13"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift",
"product": {
"name": "Red Hat OpenShift",
"product_id": "T008027",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:-"
}
}
},
{
"category": "product_version",
"name": "Container Platform 4",
"product": {
"name": "Red Hat OpenShift Container Platform 4",
"product_id": "T022509",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform_4"
}
}
},
{
"category": "product_version",
"name": "Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "T026435",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform_4.12"
}
}
},
{
"category": "product_version",
"name": "Secondary Scheduler Operator",
"product": {
"name": "Red Hat OpenShift Secondary Scheduler Operator",
"product_id": "T027759",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:::secondary_scheduler_operator"
}
}
},
{
"category": "product_version_range",
"name": "container platform \u003c4.13.2",
"product": {
"name": "Red Hat OpenShift container platform \u003c4.13.2",
"product_id": "T027995"
}
},
{
"category": "product_version",
"name": "Logging Subsystem 5.7.2",
"product": {
"name": "Red Hat OpenShift Logging Subsystem 5.7.2",
"product_id": "T028042",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:logging_subsystem_5.7.2"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.3",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.3",
"product_id": "T028106"
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.21",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.21",
"product_id": "T028111"
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.10.63",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.10.63",
"product_id": "T028415"
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.11.44",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.11.44",
"product_id": "T028416"
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.8",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.8",
"product_id": "T029127"
}
},
{
"category": "product_version",
"name": "distributed tracing 2",
"product": {
"name": "Red Hat OpenShift distributed tracing 2",
"product_id": "T029734",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:distributed_tracing_2"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.0",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.0",
"product_id": "T031839"
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.48",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.48",
"product_id": "T032442"
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27191",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-41722",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2022-41722"
},
{
"cve": "CVE-2022-41723",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-41724",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2023-24534",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2023-24538"
},
{
"cve": "CVE-2023-24539",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-29400",
"notes": [
{
"category": "description",
"text": "In der Red Hat OpenShift Container Platform existieren mehrere Schwachstellen. Diese befinden sich in der golang Komponente. Ein Angreifer kann die Schwachstellen ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029342",
"T028042",
"T008027",
"T028472",
"67646",
"T029070",
"T004914",
"T032442",
"T022509",
"T027916",
"T027759",
"T028415",
"T028416",
"398363",
"T029734",
"T026435",
"T029127",
"T031839"
]
},
"release_date": "2023-06-06T22:00:00.000+00:00",
"title": "CVE-2023-29400"
}
]
}
WID-SEC-W-2023-2031
Vulnerability from csaf_certbund - Published: 2023-08-09 22:00 - Updated: 2024-08-08 22:00Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-2031 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2031.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2031 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2031"
},
{
"category": "external",
"summary": "Xerox Security Bulletin vom 2023-08-09",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-011_FFPSv7-S11_MediaInstall_Aug2023.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin vom 2023-08-09",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-012_FFPSv2_Win10_SecurityBulletin_Aug2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-013 vom 2023-08-24",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/08/Xerox-Security-Bulletin-XRX23-013-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2023-2331 vom 2023-11-02",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2331.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202408-17 vom 2024-08-09",
"url": "https://security.gentoo.org/glsa/202408-17"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-08-08T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:56:55.155+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-2031",
"initial_release_date": "2023-08-09T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-08-09T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-08-24T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-02T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-08-08T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Gentoo aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v2",
"product": {
"name": "Xerox FreeFlow Print Server v2",
"product_id": "T014888",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2"
}
}
},
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
},
{
"category": "product_version",
"name": "v7 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v7 for Solaris",
"product_id": "T029230",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7_for_solaris"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2004-0687",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2004-0687"
},
{
"cve": "CVE-2020-23903",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2020-23903"
},
{
"cve": "CVE-2020-23904",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2020-23904"
},
{
"cve": "CVE-2021-33621",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-33621"
},
{
"cve": "CVE-2021-33657",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-33657"
},
{
"cve": "CVE-2021-3575",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-3575"
},
{
"cve": "CVE-2021-3618",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-3618"
},
{
"cve": "CVE-2021-43618",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2021-43618"
},
{
"cve": "CVE-2022-2097",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-21123",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21123"
},
{
"cve": "CVE-2022-21125",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21125"
},
{
"cve": "CVE-2022-21127",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21127"
},
{
"cve": "CVE-2022-21166",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21166"
},
{
"cve": "CVE-2022-21589",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21589"
},
{
"cve": "CVE-2022-21592",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21592"
},
{
"cve": "CVE-2022-21608",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21608"
},
{
"cve": "CVE-2022-21617",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-21617"
},
{
"cve": "CVE-2022-28805",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-28805"
},
{
"cve": "CVE-2022-30115",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-30115"
},
{
"cve": "CVE-2022-31783",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-31783"
},
{
"cve": "CVE-2022-33099",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-33099"
},
{
"cve": "CVE-2022-3729",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-3729"
},
{
"cve": "CVE-2022-37290",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-37290"
},
{
"cve": "CVE-2022-37434",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-39348",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-39348"
},
{
"cve": "CVE-2022-40897",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-40897"
},
{
"cve": "CVE-2022-41716",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41717",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41720",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41720"
},
{
"cve": "CVE-2022-41722",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41722"
},
{
"cve": "CVE-2022-41723",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-41724",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2022-41725",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-41725"
},
{
"cve": "CVE-2022-42898",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-42916",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-43551",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-43551"
},
{
"cve": "CVE-2022-43552",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-44617",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-44617"
},
{
"cve": "CVE-2022-44792",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-44792"
},
{
"cve": "CVE-2022-44793",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-44793"
},
{
"cve": "CVE-2022-46285",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-46285"
},
{
"cve": "CVE-2022-46663",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-46663"
},
{
"cve": "CVE-2022-46908",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-46908"
},
{
"cve": "CVE-2022-4743",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-4743"
},
{
"cve": "CVE-2022-48303",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-48303"
},
{
"cve": "CVE-2022-4883",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-4883"
},
{
"cve": "CVE-2022-4904",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2022-4904"
},
{
"cve": "CVE-2023-0002",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0002"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0494",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0494"
},
{
"cve": "CVE-2023-0547",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-0547"
},
{
"cve": "CVE-2023-1161",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1161"
},
{
"cve": "CVE-2023-1945",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1945"
},
{
"cve": "CVE-2023-1992",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1992"
},
{
"cve": "CVE-2023-1993",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1993"
},
{
"cve": "CVE-2023-1994",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1994"
},
{
"cve": "CVE-2023-1999",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-1999"
},
{
"cve": "CVE-2023-21526",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21526"
},
{
"cve": "CVE-2023-21756",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21756"
},
{
"cve": "CVE-2023-21911",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21911"
},
{
"cve": "CVE-2023-21912",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21912"
},
{
"cve": "CVE-2023-21919",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21919"
},
{
"cve": "CVE-2023-21920",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21920"
},
{
"cve": "CVE-2023-21929",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21929"
},
{
"cve": "CVE-2023-21933",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21933"
},
{
"cve": "CVE-2023-21935",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21935"
},
{
"cve": "CVE-2023-21940",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21940"
},
{
"cve": "CVE-2023-21945",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21945"
},
{
"cve": "CVE-2023-21946",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21946"
},
{
"cve": "CVE-2023-21947",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21947"
},
{
"cve": "CVE-2023-21953",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21953"
},
{
"cve": "CVE-2023-21955",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21955"
},
{
"cve": "CVE-2023-21962",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21962"
},
{
"cve": "CVE-2023-21966",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21966"
},
{
"cve": "CVE-2023-21972",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21972"
},
{
"cve": "CVE-2023-21976",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21976"
},
{
"cve": "CVE-2023-21977",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21977"
},
{
"cve": "CVE-2023-21980",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21980"
},
{
"cve": "CVE-2023-21982",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21982"
},
{
"cve": "CVE-2023-21995",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-21995"
},
{
"cve": "CVE-2023-22006",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22006"
},
{
"cve": "CVE-2023-22023",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22023"
},
{
"cve": "CVE-2023-22036",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22036"
},
{
"cve": "CVE-2023-22041",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22041"
},
{
"cve": "CVE-2023-22044",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22044"
},
{
"cve": "CVE-2023-22045",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22045"
},
{
"cve": "CVE-2023-22049",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-22049"
},
{
"cve": "CVE-2023-23931",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-23931"
},
{
"cve": "CVE-2023-24021",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24021"
},
{
"cve": "CVE-2023-24532",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24532"
},
{
"cve": "CVE-2023-24534",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24538"
},
{
"cve": "CVE-2023-24539",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24539"
},
{
"cve": "CVE-2023-24540",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24540"
},
{
"cve": "CVE-2023-24932",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24932"
},
{
"cve": "CVE-2023-24998",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-25193",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-25652",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25652"
},
{
"cve": "CVE-2023-25690",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-25815",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-25815"
},
{
"cve": "CVE-2023-26767",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-26767"
},
{
"cve": "CVE-2023-26768",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-26768"
},
{
"cve": "CVE-2023-26769",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-26769"
},
{
"cve": "CVE-2023-2731",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-2731"
},
{
"cve": "CVE-2023-27320",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-27320"
},
{
"cve": "CVE-2023-27522",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-27522"
},
{
"cve": "CVE-2023-28005",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28005"
},
{
"cve": "CVE-2023-28484",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28484"
},
{
"cve": "CVE-2023-28486",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28486"
},
{
"cve": "CVE-2023-28487",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28487"
},
{
"cve": "CVE-2023-28709",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28709"
},
{
"cve": "CVE-2023-28755",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28755"
},
{
"cve": "CVE-2023-28756",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-28756"
},
{
"cve": "CVE-2023-29007",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29007"
},
{
"cve": "CVE-2023-29400",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29400"
},
{
"cve": "CVE-2023-29469",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29469"
},
{
"cve": "CVE-2023-29479",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29479"
},
{
"cve": "CVE-2023-29531",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29531"
},
{
"cve": "CVE-2023-29532",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29532"
},
{
"cve": "CVE-2023-29533",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29533"
},
{
"cve": "CVE-2023-29535",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29535"
},
{
"cve": "CVE-2023-29536",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29536"
},
{
"cve": "CVE-2023-29539",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29539"
},
{
"cve": "CVE-2023-29541",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29541"
},
{
"cve": "CVE-2023-29542",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29542"
},
{
"cve": "CVE-2023-29545",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29545"
},
{
"cve": "CVE-2023-29548",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29548"
},
{
"cve": "CVE-2023-29550",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-29550"
},
{
"cve": "CVE-2023-30086",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30086"
},
{
"cve": "CVE-2023-30608",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30608"
},
{
"cve": "CVE-2023-30774",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30774"
},
{
"cve": "CVE-2023-30775",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-30775"
},
{
"cve": "CVE-2023-31047",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-31047"
},
{
"cve": "CVE-2023-31284",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-31284"
},
{
"cve": "CVE-2023-32034",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32034"
},
{
"cve": "CVE-2023-32035",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32035"
},
{
"cve": "CVE-2023-32038",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32038"
},
{
"cve": "CVE-2023-32039",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32039"
},
{
"cve": "CVE-2023-32040",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32040"
},
{
"cve": "CVE-2023-32041",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32041"
},
{
"cve": "CVE-2023-32042",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32042"
},
{
"cve": "CVE-2023-32043",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32043"
},
{
"cve": "CVE-2023-32044",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32044"
},
{
"cve": "CVE-2023-32045",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32045"
},
{
"cve": "CVE-2023-32046",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32046"
},
{
"cve": "CVE-2023-32049",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32049"
},
{
"cve": "CVE-2023-32053",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32053"
},
{
"cve": "CVE-2023-32054",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32054"
},
{
"cve": "CVE-2023-32055",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32055"
},
{
"cve": "CVE-2023-32057",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32057"
},
{
"cve": "CVE-2023-32085",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32085"
},
{
"cve": "CVE-2023-32205",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32205"
},
{
"cve": "CVE-2023-32206",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32206"
},
{
"cve": "CVE-2023-32207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32207"
},
{
"cve": "CVE-2023-32208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32208"
},
{
"cve": "CVE-2023-32209",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32209"
},
{
"cve": "CVE-2023-32210",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32210"
},
{
"cve": "CVE-2023-32211",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32211"
},
{
"cve": "CVE-2023-32212",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32212"
},
{
"cve": "CVE-2023-32213",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32213"
},
{
"cve": "CVE-2023-32214",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32214"
},
{
"cve": "CVE-2023-32215",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32215"
},
{
"cve": "CVE-2023-32216",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32216"
},
{
"cve": "CVE-2023-32324",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-32324"
},
{
"cve": "CVE-2023-33134",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33134"
},
{
"cve": "CVE-2023-33154",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33154"
},
{
"cve": "CVE-2023-33157",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33157"
},
{
"cve": "CVE-2023-33160",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33160"
},
{
"cve": "CVE-2023-33164",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33164"
},
{
"cve": "CVE-2023-33166",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33166"
},
{
"cve": "CVE-2023-33167",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33167"
},
{
"cve": "CVE-2023-33168",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33168"
},
{
"cve": "CVE-2023-33169",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33169"
},
{
"cve": "CVE-2023-33172",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33172"
},
{
"cve": "CVE-2023-33173",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33173"
},
{
"cve": "CVE-2023-33174",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-33174"
},
{
"cve": "CVE-2023-34414",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34414"
},
{
"cve": "CVE-2023-34415",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34415"
},
{
"cve": "CVE-2023-34416",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34416"
},
{
"cve": "CVE-2023-34417",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34417"
},
{
"cve": "CVE-2023-3482",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-3482"
},
{
"cve": "CVE-2023-34981",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-34981"
},
{
"cve": "CVE-2023-35296",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35296"
},
{
"cve": "CVE-2023-35297",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35297"
},
{
"cve": "CVE-2023-35299",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35299"
},
{
"cve": "CVE-2023-35300",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35300"
},
{
"cve": "CVE-2023-35302",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35302"
},
{
"cve": "CVE-2023-35303",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35303"
},
{
"cve": "CVE-2023-35304",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35304"
},
{
"cve": "CVE-2023-35305",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35305"
},
{
"cve": "CVE-2023-35306",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35306"
},
{
"cve": "CVE-2023-35308",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35308"
},
{
"cve": "CVE-2023-35309",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35309"
},
{
"cve": "CVE-2023-35311",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35311"
},
{
"cve": "CVE-2023-35312",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35312"
},
{
"cve": "CVE-2023-35313",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35313"
},
{
"cve": "CVE-2023-35314",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35314"
},
{
"cve": "CVE-2023-35315",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35315"
},
{
"cve": "CVE-2023-35316",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35316"
},
{
"cve": "CVE-2023-35318",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35318"
},
{
"cve": "CVE-2023-35319",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35319"
},
{
"cve": "CVE-2023-35320",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35320"
},
{
"cve": "CVE-2023-35324",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35324"
},
{
"cve": "CVE-2023-35325",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35325"
},
{
"cve": "CVE-2023-35328",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35328"
},
{
"cve": "CVE-2023-35329",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35329"
},
{
"cve": "CVE-2023-35330",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35330"
},
{
"cve": "CVE-2023-35332",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35332"
},
{
"cve": "CVE-2023-35336",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35336"
},
{
"cve": "CVE-2023-35338",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35338"
},
{
"cve": "CVE-2023-35339",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35339"
},
{
"cve": "CVE-2023-35340",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35340"
},
{
"cve": "CVE-2023-35341",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35341"
},
{
"cve": "CVE-2023-35342",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35342"
},
{
"cve": "CVE-2023-35352",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35352"
},
{
"cve": "CVE-2023-35353",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35353"
},
{
"cve": "CVE-2023-35356",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35356"
},
{
"cve": "CVE-2023-35357",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35357"
},
{
"cve": "CVE-2023-35358",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35358"
},
{
"cve": "CVE-2023-35360",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35360"
},
{
"cve": "CVE-2023-35361",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35361"
},
{
"cve": "CVE-2023-35362",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35362"
},
{
"cve": "CVE-2023-35365",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35365"
},
{
"cve": "CVE-2023-35366",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35366"
},
{
"cve": "CVE-2023-35367",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-35367"
},
{
"cve": "CVE-2023-3600",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-3600"
},
{
"cve": "CVE-2023-36871",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-36871"
},
{
"cve": "CVE-2023-36874",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-36874"
},
{
"cve": "CVE-2023-36884",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-36884"
},
{
"cve": "CVE-2023-37201",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37201"
},
{
"cve": "CVE-2023-37202",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37202"
},
{
"cve": "CVE-2023-37203",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37203"
},
{
"cve": "CVE-2023-37204",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37204"
},
{
"cve": "CVE-2023-37205",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37205"
},
{
"cve": "CVE-2023-37206",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37206"
},
{
"cve": "CVE-2023-37207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37207"
},
{
"cve": "CVE-2023-37208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37208"
},
{
"cve": "CVE-2023-37209",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37209"
},
{
"cve": "CVE-2023-37210",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37210"
},
{
"cve": "CVE-2023-37211",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37211"
},
{
"cve": "CVE-2023-37212",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T029230",
"T014888",
"398363",
"T015632",
"T012167"
]
},
"release_date": "2023-08-09T22:00:00.000+00:00",
"title": "CVE-2023-37212"
}
]
}
CERTFR-2023-AVI-0504
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Spectrum | IBM Spectrum Protect Backup-Archive Client versions 8.1.x antérieures à 8.1.19.0 | ||
| IBM | Db2 | Db2 Graph versions 1.0.0.592 à 1.0.0.1690 sans le dernier correctif de sécurité | ||
| IBM | N/A | IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions antérieures à 4.7 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Protect Backup-Archive Client versions 8.1.x ant\u00e9rieures \u00e0 8.1.19.0",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Graph versions 1.0.0.592 \u00e0 1.0.0.1690 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 4.7",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-43927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43927"
},
{
"name": "CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"name": "CVE-2022-33980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33980"
},
{
"name": "CVE-2023-27555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27555"
},
{
"name": "CVE-2023-25165",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25165"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-23936",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23936"
},
{
"name": "CVE-2019-18634",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18634"
},
{
"name": "CVE-2023-24807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24807"
},
{
"name": "CVE-2023-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28956"
},
{
"name": "CVE-2023-29257",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29257"
},
{
"name": "CVE-2019-19232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19232"
},
{
"name": "CVE-2023-26021",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26021"
},
{
"name": "CVE-2022-37865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37865"
},
{
"name": "CVE-2023-23920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23920"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2019-10743",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10743"
},
{
"name": "CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"name": "CVE-2023-23918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23918"
},
{
"name": "CVE-2022-37866",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37866"
},
{
"name": "CVE-2020-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8244"
},
{
"name": "CVE-2022-42889",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42889"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2022-41915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41915"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2021-3156",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3156"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-25881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25881"
},
{
"name": "CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"name": "CVE-2023-25930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25930"
},
{
"name": "CVE-2022-41854",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41854"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-23919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23919"
},
{
"name": "CVE-2023-29255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29255"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"name": "CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-38752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38752"
},
{
"name": "CVE-2022-43930",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43930"
},
{
"name": "CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"name": "CVE-2023-27559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27559"
},
{
"name": "CVE-2022-43929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43929"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"name": "CVE-2019-19234",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19234"
},
{
"name": "CVE-2023-26022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26022"
},
{
"name": "CVE-2022-41881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41881"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0504",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-30T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM.\nCertaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un\nprobl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code\narbitraire \u00e0 distance et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7008449 du 29 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7008449"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6998815 du 28 juin 2023",
"url": "https://www.ibm.com/support/pages/node/6998815"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005519 du 26 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005519"
}
]
}
CERTFR-2023-AVI-0347
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM Db2. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 REST versions ant\u00e9rieures \u00e0 1.0.0.266-amd64",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0347",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-05-02T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans IBM Db2. Elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans IBM Db2",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6987489 du 01 mai 2023",
"url": "https://www.ibm.com/support/pages/node/6987489"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis - Published: 2025-11-06 - Updated: 2025-11-06
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
CERTFR-2025-AVI-0524
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Greenplum | Tanzu Greenplum Data Copy Utility versions antérieures à 2.8.0 | ||
| VMware | Tanzu | Tanzu Data Lake versions antérieures à 1.1.0 | ||
| VMware | Tanzu | Tanzu pour Postgres sur Kubernetes versions antérieures à 4.1.0 et 4.2.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Command Center versions antérieures à 6.14.0 et 7.4.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.31.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Streaming Server versions antérieures à 2.1.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 6.x antérieures à 6.29.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 7.x antérieures à 7.5.0 | ||
| VMware | Tanzu | VMware Tanzu pour Valkey sur Kubernetes versions antérieures à 1.1.0 et 2.0.0 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Greenplum Data Copy Utility versions ant\u00e9rieures \u00e0 2.8.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Data Lake versions ant\u00e9rieures \u00e0 1.1.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres sur Kubernetes versions ant\u00e9rieures \u00e0 4.1.0 et 4.2.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Command Center versions ant\u00e9rieures \u00e0 6.14.0 et 7.4.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.31.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Streaming Server versions ant\u00e9rieures \u00e0 2.1.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 6.x ant\u00e9rieures \u00e0 6.29.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 7.x ant\u00e9rieures \u00e0 7.5.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Valkey sur Kubernetes versions ant\u00e9rieures \u00e0 1.1.0 et 2.0.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-2126",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2126"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2021-45943",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45943"
},
{
"name": "CVE-2021-34141",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34141"
},
{
"name": "CVE-2022-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1941"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2022-41862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41862"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-4752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4752"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-5870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
},
{
"name": "CVE-2022-0543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0543"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2024-1580",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1580"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-23807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23807"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-22667",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22667"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-7348",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7348"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2022-48468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48468"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2025-21490",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21490"
},
{
"name": "CVE-2025-21491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21491"
},
{
"name": "CVE-2025-21497",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21497"
},
{
"name": "CVE-2025-21500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21500"
},
{
"name": "CVE-2025-21501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21501"
},
{
"name": "CVE-2025-21503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21503"
},
{
"name": "CVE-2025-21505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21505"
},
{
"name": "CVE-2025-21519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21519"
},
{
"name": "CVE-2025-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21522"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21529"
},
{
"name": "CVE-2025-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21540"
},
{
"name": "CVE-2025-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21546"
},
{
"name": "CVE-2025-21555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21555"
},
{
"name": "CVE-2025-21559",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21559"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2022-42967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42967"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2012-0880",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0880"
},
{
"name": "CVE-2017-17507",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17507"
},
{
"name": "CVE-2017-8806",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8806"
},
{
"name": "CVE-2018-10126",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10126"
},
{
"name": "CVE-2018-11205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11205"
},
{
"name": "CVE-2018-13866",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13866"
},
{
"name": "CVE-2018-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13867"
},
{
"name": "CVE-2018-13868",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13868"
},
{
"name": "CVE-2018-13869",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13869"
},
{
"name": "CVE-2018-13870",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13870"
},
{
"name": "CVE-2018-13871",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13871"
},
{
"name": "CVE-2018-13872",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13872"
},
{
"name": "CVE-2018-13874",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13874"
},
{
"name": "CVE-2018-13875",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13875"
},
{
"name": "CVE-2018-13876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13876"
},
{
"name": "CVE-2018-14031",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14031"
},
{
"name": "CVE-2018-14033",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14033"
},
{
"name": "CVE-2018-14034",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14034"
},
{
"name": "CVE-2018-14035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14035"
},
{
"name": "CVE-2018-14460",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14460"
},
{
"name": "CVE-2018-15671",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15671"
},
{
"name": "CVE-2018-16438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16438"
},
{
"name": "CVE-2018-17432",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17432"
},
{
"name": "CVE-2018-17433",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17433"
},
{
"name": "CVE-2018-17434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17434"
},
{
"name": "CVE-2018-17435",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17435"
},
{
"name": "CVE-2018-17436",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17436"
},
{
"name": "CVE-2018-17437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17437"
},
{
"name": "CVE-2018-17438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17438"
},
{
"name": "CVE-2018-17439",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17439"
},
{
"name": "CVE-2019-20005",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20005"
},
{
"name": "CVE-2019-20006",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20006"
},
{
"name": "CVE-2019-20007",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20007"
},
{
"name": "CVE-2019-20198",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20198"
},
{
"name": "CVE-2019-20199",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20199"
},
{
"name": "CVE-2019-20200",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20200"
},
{
"name": "CVE-2019-20201",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20201"
},
{
"name": "CVE-2019-20202",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20202"
},
{
"name": "CVE-2019-6988",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6988"
},
{
"name": "CVE-2019-8396",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8396"
},
{
"name": "CVE-2019-8397",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8397"
},
{
"name": "CVE-2019-8398",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8398"
},
{
"name": "CVE-2019-9151",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9151"
},
{
"name": "CVE-2019-9152",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9152"
},
{
"name": "CVE-2020-10809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10809"
},
{
"name": "CVE-2020-10810",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10810"
},
{
"name": "CVE-2020-10811",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10811"
},
{
"name": "CVE-2020-10812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10812"
},
{
"name": "CVE-2020-18232",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18232"
},
{
"name": "CVE-2020-18494",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18494"
},
{
"name": "CVE-2021-26220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26220"
},
{
"name": "CVE-2021-26221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26221"
},
{
"name": "CVE-2021-26222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26222"
},
{
"name": "CVE-2021-30485",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30485"
},
{
"name": "CVE-2021-31229",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31229"
},
{
"name": "CVE-2021-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31347"
},
{
"name": "CVE-2021-31348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31348"
},
{
"name": "CVE-2021-31598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31598"
},
{
"name": "CVE-2021-33430",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33430"
},
{
"name": "CVE-2021-37501",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37501"
},
{
"name": "CVE-2021-45829",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45829"
},
{
"name": "CVE-2021-45830",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45830"
},
{
"name": "CVE-2021-45832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45832"
},
{
"name": "CVE-2021-45833",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45833"
},
{
"name": "CVE-2021-46242",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46242"
},
{
"name": "CVE-2021-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46243"
},
{
"name": "CVE-2021-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46244"
},
{
"name": "CVE-2022-25942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25942"
},
{
"name": "CVE-2022-25972",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25972"
},
{
"name": "CVE-2022-26061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26061"
},
{
"name": "CVE-2022-30045",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30045"
},
{
"name": "CVE-2022-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4055"
},
{
"name": "CVE-2022-47655",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47655"
},
{
"name": "CVE-2023-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0996"
},
{
"name": "CVE-2023-29659",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29659"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-39329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39329"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2023-6879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6879"
},
{
"name": "CVE-2024-27304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27304"
},
{
"name": "CVE-2024-29157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29157"
},
{
"name": "CVE-2024-29158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29158"
},
{
"name": "CVE-2024-29159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29159"
},
{
"name": "CVE-2024-29160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29160"
},
{
"name": "CVE-2024-29161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29161"
},
{
"name": "CVE-2024-29162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29162"
},
{
"name": "CVE-2024-29163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29163"
},
{
"name": "CVE-2024-29164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29164"
},
{
"name": "CVE-2024-29165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29165"
},
{
"name": "CVE-2024-29166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29166"
},
{
"name": "CVE-2024-32605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32605"
},
{
"name": "CVE-2024-32606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32606"
},
{
"name": "CVE-2024-32607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32607"
},
{
"name": "CVE-2024-32608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32608"
},
{
"name": "CVE-2024-32609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32609"
},
{
"name": "CVE-2024-32610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32610"
},
{
"name": "CVE-2024-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32611"
},
{
"name": "CVE-2024-32612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32612"
},
{
"name": "CVE-2024-32613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32613"
},
{
"name": "CVE-2024-32614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32614"
},
{
"name": "CVE-2024-32615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32615"
},
{
"name": "CVE-2024-32616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32616"
},
{
"name": "CVE-2024-32617",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32617"
},
{
"name": "CVE-2024-32618",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32618"
},
{
"name": "CVE-2024-32619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32619"
},
{
"name": "CVE-2024-32620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32620"
},
{
"name": "CVE-2024-32621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32621"
},
{
"name": "CVE-2024-32622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32622"
},
{
"name": "CVE-2024-32623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32623"
},
{
"name": "CVE-2024-32624",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32624"
},
{
"name": "CVE-2024-33873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33873"
},
{
"name": "CVE-2024-33874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33874"
},
{
"name": "CVE-2024-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33875"
},
{
"name": "CVE-2024-33876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33876"
},
{
"name": "CVE-2024-33877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33877"
},
{
"name": "CVE-2024-34402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34402"
},
{
"name": "CVE-2024-34403",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34403"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2024-41996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41996"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2024-46981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46981"
},
{
"name": "CVE-2024-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49203"
},
{
"name": "CVE-2024-5171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5171"
},
{
"name": "CVE-2024-51741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51741"
},
{
"name": "CVE-2024-52522",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52522"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2024-53920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53920"
},
{
"name": "CVE-2024-56378",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56378"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2024-6716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6716"
},
{
"name": "CVE-2025-2153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2153"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-23022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23022"
},
{
"name": "CVE-2025-24528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0524",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35841",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35841"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35844",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35844"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35843",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35843"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35842",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35842"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35846",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35846"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35849",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35849"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35840",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35840"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35847",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35847"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35839",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35839"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35845",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35845"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35848",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35848"
}
]
}
CERTFR-2025-AVI-0622
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry Windows | ||
| VMware | N/A | Stemcells sans le dernier correctif de sécurité | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu | Anti-Virus sans le dernier correctif de sécurité pour Tanzu version 2.4.0 | ||
| VMware | Tanzu | Scheduler sans le dernier correctif de sécurité pour Tanzu version 2.0.19 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | GenAI sans le dernier correctif de sécurité pour Tanzu Platform pour Cloud Foundry version 10.2.1 | ||
| VMware | Tanzu Application Service | Tanzu Application Service versions antérieures à 1.16.11 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Services sans le dernier correctif de sécurité pour Tanzu version 3.3.8 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Data Flow sans le dernier correctif de sécurité pour Tanzu version 1.14.7 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Application Service | Single Sign-On sans le dernier correctif de sécurité pour Tanzu Application Service version 1.16.11 | ||
| VMware | Tanzu | File Integrity Monitoring sans le dernier correctif de sécurité pour Tanzu version 2.1.47 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.4.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.0.19",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "GenAI sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Platform pour Cloud Foundry version 10.2.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 3.3.8",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 1.14.7",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Application Service version 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.1.47",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2023-28755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28755"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2020-36843",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36843"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-3445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-24579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24579"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-36056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36056"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2023-36617",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36617"
},
{
"name": "CVE-2023-33199",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33199"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2023-30551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30551"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-35929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35929"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2024-52587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52587"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2022-29173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29173"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2024-29902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29902"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2025-47290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47290"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2023-46737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46737"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-4949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4949"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-28756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28756"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-29903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29903"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0622",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35981",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35981"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35967",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35967"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35980",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35980"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35974",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35974"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35979",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35979"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35984",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35984"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35970",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35970"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35983",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35983"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35978",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35978"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35968",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35968"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35973",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35973"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35976",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35976"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35969",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35969"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35966",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35966"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35972",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35972"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35977",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35977"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35982",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35982"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35971",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35971"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35975",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35975"
}
]
}
CERTFR-2024-AVI-0145
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une exécution de code arbitraire à distance et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Db2 | IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | N/A | IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions antérieures à v4.8.2 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP7 IF05 | ||
| IBM | QRadar | IBM QRadar Use Case Manager App versions antérieures à 3.9.0 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | WebSphere | IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.1.x.x antérieures à 6.1.0.23 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.3.x.x antérieures à 6.3.0.6 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.2.x.x antérieures à 6.2.0.22 | ||
| IBM | Db2 | IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | Cloud Pak | IBM Cloud Pak for Security versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.x.x antérieures à 5.1.2.15 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | QRadar WinCollect Agent | IBM QRadar WinCollect Agent versions 10.0.x antérieures à 10.1.9 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.3.x antérieures à 5.1.9.2 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions ant\u00e9rieures \u00e0 v4.8.2",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP7 IF05",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar Use Case Manager App versions ant\u00e9rieures \u00e0 3.9.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.1.x.x ant\u00e9rieures \u00e0 6.1.0.23",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.3.x.x ant\u00e9rieures \u00e0 6.3.0.6",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.2.x.x ant\u00e9rieures \u00e0 6.2.0.22",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud Pak for Security versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.x.x ant\u00e9rieures \u00e0 5.1.2.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar WinCollect Agent versions 10.0.x ant\u00e9rieures \u00e0 10.1.9",
"product": {
"name": "QRadar WinCollect Agent",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.3.x ant\u00e9rieures \u00e0 5.1.9.2",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2015-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2327"
},
{
"name": "CVE-2023-6681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6681"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49082"
},
{
"name": "CVE-2015-8383",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8383"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"name": "CVE-2023-45142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45142"
},
{
"name": "CVE-2023-34053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34053"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2021-22925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22925"
},
{
"name": "CVE-2023-46308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46308"
},
{
"name": "CVE-2023-46234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46234"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47747"
},
{
"name": "CVE-2023-47158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47158"
},
{
"name": "CVE-2022-23529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23529"
},
{
"name": "CVE-2023-34054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34054"
},
{
"name": "CVE-2023-30991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30991"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2023-46167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46167"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2021-33196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33196"
},
{
"name": "CVE-2021-31525",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31525"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-30987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30987"
},
{
"name": "CVE-2023-45178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
},
{
"name": "CVE-2023-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47701"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-23936",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23936"
},
{
"name": "CVE-2023-50308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50308"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2023-40687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40687"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2015-8381",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8381"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2020-16845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16845"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2015-8392",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8392"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2020-28367",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28367"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"name": "CVE-2015-8395",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8395"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2015-8393",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8393"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-23541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23541"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2023-47627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47627"
},
{
"name": "CVE-2023-26049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26049"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2023-26115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26115"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-32559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32559"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2023-4586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4586"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-40373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40373"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2023-20569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20569"
},
{
"name": "CVE-2023-4206",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4206"
},
{
"name": "CVE-2023-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38728"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3611"
},
{
"name": "CVE-2021-33197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33197"
},
{
"name": "CVE-2023-4128",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4128"
},
{
"name": "CVE-2022-29244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29244"
},
{
"name": "CVE-2021-27918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27918"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2021-4160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4160"
},
{
"name": "CVE-2023-32360",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32360"
},
{
"name": "CVE-2023-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47746"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2020-15586",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15586"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2022-23540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23540"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-42795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42795"
},
{
"name": "CVE-2023-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4207"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-37276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37276"
},
{
"name": "CVE-2023-23920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23920"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-20593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20593"
},
{
"name": "CVE-2021-3711",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3711"
},
{
"name": "CVE-2023-38720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38720"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2023-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47141"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23918"
},
{
"name": "CVE-2015-8388",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8388"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2023-40692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40692"
},
{
"name": "CVE-2021-41190",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41190"
},
{
"name": "CVE-2023-45193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45193"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2023-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38003"
},
{
"name": "CVE-2023-45648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45648"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2023-47145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47145"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-22190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22190"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2022-40982",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40982"
},
{
"name": "CVE-2023-39976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39976"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2023-38325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38325"
},
{
"name": "CVE-2023-4208",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4208"
},
{
"name": "CVE-2020-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2020-19909",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19909"
},
{
"name": "CVE-2022-48337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48337"
},
{
"name": "CVE-2023-3776",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3776"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2023-44981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44981"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2022-23539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23539"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2015-8385",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8385"
},
{
"name": "CVE-2015-8394",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8394"
},
{
"name": "CVE-2020-29510",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29510"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2015-8391",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8391"
},
{
"name": "CVE-2015-8386",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8386"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-48339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48339"
},
{
"name": "CVE-2015-8387",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8387"
},
{
"name": "CVE-2023-49081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49081"
},
{
"name": "CVE-2021-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3114"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-25881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25881"
},
{
"name": "CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"name": "CVE-2023-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38727"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2022-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0778"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-23919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23919"
},
{
"name": "CVE-2020-24553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24553"
},
{
"name": "CVE-2023-29258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29258"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2023-34062",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34062"
},
{
"name": "CVE-2020-28362",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28362"
},
{
"name": "CVE-2023-5676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5676"
},
{
"name": "CVE-2022-36046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36046"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2021-33194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33194"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2002-0059",
"url": "https://www.cve.org/CVERecord?id=CVE-2002-0059"
},
{
"name": "CVE-2023-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43020"
},
{
"name": "CVE-2021-3712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3712"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-27859",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27859"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2015-2328",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2328"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2023-32006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32006"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2023-36665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36665"
},
{
"name": "CVE-2023-46158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46158"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2015-8390",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8390"
},
{
"name": "CVE-2023-46589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46589"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-26048",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26048"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2020-14039",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14039"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-47152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47152"
},
{
"name": "CVE-2023-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32002"
},
{
"name": "CVE-2020-28366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28366"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2021-33195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33195"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0145",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-02-16T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9\ndes donn\u00e9es, une ex\u00e9cution de code arbitraire \u00e0 distance et une\n\u00e9l\u00e9vation de privil\u00e8ges.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117872 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117872"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118592 du 16 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118592"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117873 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117873"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118289 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118289"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118351 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118351"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117821 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117821"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117883 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117883"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117881 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117881"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117884 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117884"
}
]
}
CERTFR-2023-AVI-0484
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Storage Protect | IBM Storage Protect Operations Center versions 8.1.0.000 à 8.1.18.xxx antérieures à 8.1.19 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP6 | ||
| IBM | Storage Protect | IBM Storage Protect Server versions 8.1.0.000 à 8.1.18.xxx antérieures 8.1.19 | ||
| IBM | Db2 | IBM Db2 Warehouse versions antérieures à 11.5.8.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus versions 10.1.0 à 10.1.14 antérieures 10.1.15 | ||
| IBM | Storage Protect | IBM Storage Protect Backup-Archive Client versions 8.1.0.0 à 8.1.17.2 antérieures 8.1.19.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 à 10.1.14 antérieures à 10.1.15 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Storage Protect Operations Center versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures \u00e0 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP6",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Server versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 Warehouse versions ant\u00e9rieures \u00e0 11.5.8.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus versions 10.1.0 \u00e0 10.1.14 ant\u00e9rieures 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Backup-Archive Client versions 8.1.0.0 \u00e0 8.1.17.2 ant\u00e9rieures 8.1.19.0",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 \u00e0 10.1.14 ant\u00e9rieures \u00e0 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43927"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-27555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27555"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-4269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4269"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0266",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0266"
},
{
"name": "CVE-2020-36557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36557"
},
{
"name": "CVE-2020-13955",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13955"
},
{
"name": "CVE-2020-35490",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35490"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-39135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39135"
},
{
"name": "CVE-2018-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
},
{
"name": "CVE-2020-11971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11971"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28956"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2023-29257",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29257"
},
{
"name": "CVE-2023-26021",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26021"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-4378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4378"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2020-35491",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35491"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2023-0386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0386"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2023-25930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25930"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-2873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2873"
},
{
"name": "CVE-2023-29255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29255"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-43930",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43930"
},
{
"name": "CVE-2023-24998",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24998"
},
{
"name": "CVE-2023-27559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27559"
},
{
"name": "CVE-2022-43929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43929"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2022-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35255"
},
{
"name": "CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-28155",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28155"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2023-26022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26022"
},
{
"name": "CVE-2022-1280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1280"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0484",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la\nconfidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005589 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005589"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005553 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005553"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6999973 du 19 juin 2023",
"url": "https://www.ibm.com/support/pages/node/6999973"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005519 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005519"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006395 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006395"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005949 du 21 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005949"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006069 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006069"
}
]
}
CERTFR-2023-AVI-0484
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Storage Protect | IBM Storage Protect Operations Center versions 8.1.0.000 à 8.1.18.xxx antérieures à 8.1.19 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP6 | ||
| IBM | Storage Protect | IBM Storage Protect Server versions 8.1.0.000 à 8.1.18.xxx antérieures 8.1.19 | ||
| IBM | Db2 | IBM Db2 Warehouse versions antérieures à 11.5.8.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus versions 10.1.0 à 10.1.14 antérieures 10.1.15 | ||
| IBM | Storage Protect | IBM Storage Protect Backup-Archive Client versions 8.1.0.0 à 8.1.17.2 antérieures 8.1.19.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 à 10.1.14 antérieures à 10.1.15 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Storage Protect Operations Center versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures \u00e0 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP6",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Server versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 Warehouse versions ant\u00e9rieures \u00e0 11.5.8.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus versions 10.1.0 \u00e0 10.1.14 ant\u00e9rieures 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Backup-Archive Client versions 8.1.0.0 \u00e0 8.1.17.2 ant\u00e9rieures 8.1.19.0",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 \u00e0 10.1.14 ant\u00e9rieures \u00e0 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43927"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-27555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27555"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-4269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4269"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0266",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0266"
},
{
"name": "CVE-2020-36557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36557"
},
{
"name": "CVE-2020-13955",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13955"
},
{
"name": "CVE-2020-35490",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35490"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-39135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39135"
},
{
"name": "CVE-2018-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
},
{
"name": "CVE-2020-11971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11971"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28956"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2023-29257",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29257"
},
{
"name": "CVE-2023-26021",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26021"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-4378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4378"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2020-35491",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35491"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2023-0386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0386"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2023-25930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25930"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-2873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2873"
},
{
"name": "CVE-2023-29255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29255"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-43930",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43930"
},
{
"name": "CVE-2023-24998",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24998"
},
{
"name": "CVE-2023-27559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27559"
},
{
"name": "CVE-2022-43929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43929"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2022-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35255"
},
{
"name": "CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-28155",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28155"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2023-26022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26022"
},
{
"name": "CVE-2022-1280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1280"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0484",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la\nconfidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005589 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005589"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005553 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005553"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6999973 du 19 juin 2023",
"url": "https://www.ibm.com/support/pages/node/6999973"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005519 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005519"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006395 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006395"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005949 du 21 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005949"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006069 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006069"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis - Published: 2025-11-06 - Updated: 2025-11-06
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
CERTFR-2023-AVI-0347
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM Db2. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Db2 REST versions ant\u00e9rieures \u00e0 1.0.0.266-amd64",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0347",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-05-02T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans IBM Db2. Elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans IBM Db2",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6987489 du 01 mai 2023",
"url": "https://www.ibm.com/support/pages/node/6987489"
}
]
}
CERTFR-2023-AVI-0504
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Spectrum | IBM Spectrum Protect Backup-Archive Client versions 8.1.x antérieures à 8.1.19.0 | ||
| IBM | Db2 | Db2 Graph versions 1.0.0.592 à 1.0.0.1690 sans le dernier correctif de sécurité | ||
| IBM | N/A | IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions antérieures à 4.7 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Protect Backup-Archive Client versions 8.1.x ant\u00e9rieures \u00e0 8.1.19.0",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Graph versions 1.0.0.592 \u00e0 1.0.0.1690 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 4.7",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-43927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43927"
},
{
"name": "CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"name": "CVE-2022-33980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33980"
},
{
"name": "CVE-2023-27555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27555"
},
{
"name": "CVE-2023-25165",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25165"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-23936",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23936"
},
{
"name": "CVE-2019-18634",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18634"
},
{
"name": "CVE-2023-24807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24807"
},
{
"name": "CVE-2023-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28956"
},
{
"name": "CVE-2023-29257",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29257"
},
{
"name": "CVE-2019-19232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19232"
},
{
"name": "CVE-2023-26021",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26021"
},
{
"name": "CVE-2022-37865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37865"
},
{
"name": "CVE-2023-23920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23920"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2019-10743",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10743"
},
{
"name": "CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"name": "CVE-2023-23918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23918"
},
{
"name": "CVE-2022-37866",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37866"
},
{
"name": "CVE-2020-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8244"
},
{
"name": "CVE-2022-42889",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42889"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2022-41915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41915"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2021-3156",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3156"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-25881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25881"
},
{
"name": "CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"name": "CVE-2023-25930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25930"
},
{
"name": "CVE-2022-41854",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41854"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-23919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23919"
},
{
"name": "CVE-2023-29255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29255"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"name": "CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-38752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38752"
},
{
"name": "CVE-2022-43930",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43930"
},
{
"name": "CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"name": "CVE-2023-27559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27559"
},
{
"name": "CVE-2022-43929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43929"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"name": "CVE-2019-19234",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19234"
},
{
"name": "CVE-2023-26022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26022"
},
{
"name": "CVE-2022-41881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41881"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0504",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-30T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM.\nCertaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un\nprobl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code\narbitraire \u00e0 distance et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7008449 du 29 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7008449"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6998815 du 28 juin 2023",
"url": "https://www.ibm.com/support/pages/node/6998815"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005519 du 26 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005519"
}
]
}
CERTFR-2025-AVI-0524
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Greenplum | Tanzu Greenplum Data Copy Utility versions antérieures à 2.8.0 | ||
| VMware | Tanzu | Tanzu Data Lake versions antérieures à 1.1.0 | ||
| VMware | Tanzu | Tanzu pour Postgres sur Kubernetes versions antérieures à 4.1.0 et 4.2.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Command Center versions antérieures à 6.14.0 et 7.4.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.31.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Streaming Server versions antérieures à 2.1.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 6.x antérieures à 6.29.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 7.x antérieures à 7.5.0 | ||
| VMware | Tanzu | VMware Tanzu pour Valkey sur Kubernetes versions antérieures à 1.1.0 et 2.0.0 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Greenplum Data Copy Utility versions ant\u00e9rieures \u00e0 2.8.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Data Lake versions ant\u00e9rieures \u00e0 1.1.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres sur Kubernetes versions ant\u00e9rieures \u00e0 4.1.0 et 4.2.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Command Center versions ant\u00e9rieures \u00e0 6.14.0 et 7.4.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.31.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Streaming Server versions ant\u00e9rieures \u00e0 2.1.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 6.x ant\u00e9rieures \u00e0 6.29.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 7.x ant\u00e9rieures \u00e0 7.5.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Valkey sur Kubernetes versions ant\u00e9rieures \u00e0 1.1.0 et 2.0.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-2126",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2126"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2021-45943",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45943"
},
{
"name": "CVE-2021-34141",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34141"
},
{
"name": "CVE-2022-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1941"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2022-41862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41862"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-4752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4752"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-5870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
},
{
"name": "CVE-2022-0543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0543"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2024-1580",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1580"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-23807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23807"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-22667",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22667"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-7348",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7348"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2022-48468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48468"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2025-21490",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21490"
},
{
"name": "CVE-2025-21491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21491"
},
{
"name": "CVE-2025-21497",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21497"
},
{
"name": "CVE-2025-21500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21500"
},
{
"name": "CVE-2025-21501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21501"
},
{
"name": "CVE-2025-21503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21503"
},
{
"name": "CVE-2025-21505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21505"
},
{
"name": "CVE-2025-21519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21519"
},
{
"name": "CVE-2025-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21522"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21529"
},
{
"name": "CVE-2025-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21540"
},
{
"name": "CVE-2025-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21546"
},
{
"name": "CVE-2025-21555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21555"
},
{
"name": "CVE-2025-21559",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21559"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2022-42967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42967"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2012-0880",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0880"
},
{
"name": "CVE-2017-17507",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17507"
},
{
"name": "CVE-2017-8806",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8806"
},
{
"name": "CVE-2018-10126",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10126"
},
{
"name": "CVE-2018-11205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11205"
},
{
"name": "CVE-2018-13866",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13866"
},
{
"name": "CVE-2018-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13867"
},
{
"name": "CVE-2018-13868",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13868"
},
{
"name": "CVE-2018-13869",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13869"
},
{
"name": "CVE-2018-13870",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13870"
},
{
"name": "CVE-2018-13871",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13871"
},
{
"name": "CVE-2018-13872",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13872"
},
{
"name": "CVE-2018-13874",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13874"
},
{
"name": "CVE-2018-13875",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13875"
},
{
"name": "CVE-2018-13876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13876"
},
{
"name": "CVE-2018-14031",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14031"
},
{
"name": "CVE-2018-14033",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14033"
},
{
"name": "CVE-2018-14034",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14034"
},
{
"name": "CVE-2018-14035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14035"
},
{
"name": "CVE-2018-14460",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14460"
},
{
"name": "CVE-2018-15671",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15671"
},
{
"name": "CVE-2018-16438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16438"
},
{
"name": "CVE-2018-17432",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17432"
},
{
"name": "CVE-2018-17433",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17433"
},
{
"name": "CVE-2018-17434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17434"
},
{
"name": "CVE-2018-17435",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17435"
},
{
"name": "CVE-2018-17436",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17436"
},
{
"name": "CVE-2018-17437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17437"
},
{
"name": "CVE-2018-17438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17438"
},
{
"name": "CVE-2018-17439",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17439"
},
{
"name": "CVE-2019-20005",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20005"
},
{
"name": "CVE-2019-20006",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20006"
},
{
"name": "CVE-2019-20007",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20007"
},
{
"name": "CVE-2019-20198",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20198"
},
{
"name": "CVE-2019-20199",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20199"
},
{
"name": "CVE-2019-20200",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20200"
},
{
"name": "CVE-2019-20201",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20201"
},
{
"name": "CVE-2019-20202",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20202"
},
{
"name": "CVE-2019-6988",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6988"
},
{
"name": "CVE-2019-8396",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8396"
},
{
"name": "CVE-2019-8397",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8397"
},
{
"name": "CVE-2019-8398",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8398"
},
{
"name": "CVE-2019-9151",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9151"
},
{
"name": "CVE-2019-9152",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9152"
},
{
"name": "CVE-2020-10809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10809"
},
{
"name": "CVE-2020-10810",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10810"
},
{
"name": "CVE-2020-10811",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10811"
},
{
"name": "CVE-2020-10812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10812"
},
{
"name": "CVE-2020-18232",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18232"
},
{
"name": "CVE-2020-18494",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18494"
},
{
"name": "CVE-2021-26220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26220"
},
{
"name": "CVE-2021-26221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26221"
},
{
"name": "CVE-2021-26222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26222"
},
{
"name": "CVE-2021-30485",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30485"
},
{
"name": "CVE-2021-31229",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31229"
},
{
"name": "CVE-2021-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31347"
},
{
"name": "CVE-2021-31348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31348"
},
{
"name": "CVE-2021-31598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31598"
},
{
"name": "CVE-2021-33430",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33430"
},
{
"name": "CVE-2021-37501",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37501"
},
{
"name": "CVE-2021-45829",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45829"
},
{
"name": "CVE-2021-45830",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45830"
},
{
"name": "CVE-2021-45832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45832"
},
{
"name": "CVE-2021-45833",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45833"
},
{
"name": "CVE-2021-46242",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46242"
},
{
"name": "CVE-2021-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46243"
},
{
"name": "CVE-2021-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46244"
},
{
"name": "CVE-2022-25942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25942"
},
{
"name": "CVE-2022-25972",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25972"
},
{
"name": "CVE-2022-26061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26061"
},
{
"name": "CVE-2022-30045",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30045"
},
{
"name": "CVE-2022-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4055"
},
{
"name": "CVE-2022-47655",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47655"
},
{
"name": "CVE-2023-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0996"
},
{
"name": "CVE-2023-29659",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29659"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-39329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39329"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2023-6879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6879"
},
{
"name": "CVE-2024-27304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27304"
},
{
"name": "CVE-2024-29157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29157"
},
{
"name": "CVE-2024-29158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29158"
},
{
"name": "CVE-2024-29159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29159"
},
{
"name": "CVE-2024-29160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29160"
},
{
"name": "CVE-2024-29161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29161"
},
{
"name": "CVE-2024-29162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29162"
},
{
"name": "CVE-2024-29163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29163"
},
{
"name": "CVE-2024-29164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29164"
},
{
"name": "CVE-2024-29165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29165"
},
{
"name": "CVE-2024-29166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29166"
},
{
"name": "CVE-2024-32605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32605"
},
{
"name": "CVE-2024-32606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32606"
},
{
"name": "CVE-2024-32607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32607"
},
{
"name": "CVE-2024-32608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32608"
},
{
"name": "CVE-2024-32609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32609"
},
{
"name": "CVE-2024-32610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32610"
},
{
"name": "CVE-2024-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32611"
},
{
"name": "CVE-2024-32612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32612"
},
{
"name": "CVE-2024-32613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32613"
},
{
"name": "CVE-2024-32614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32614"
},
{
"name": "CVE-2024-32615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32615"
},
{
"name": "CVE-2024-32616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32616"
},
{
"name": "CVE-2024-32617",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32617"
},
{
"name": "CVE-2024-32618",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32618"
},
{
"name": "CVE-2024-32619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32619"
},
{
"name": "CVE-2024-32620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32620"
},
{
"name": "CVE-2024-32621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32621"
},
{
"name": "CVE-2024-32622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32622"
},
{
"name": "CVE-2024-32623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32623"
},
{
"name": "CVE-2024-32624",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32624"
},
{
"name": "CVE-2024-33873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33873"
},
{
"name": "CVE-2024-33874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33874"
},
{
"name": "CVE-2024-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33875"
},
{
"name": "CVE-2024-33876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33876"
},
{
"name": "CVE-2024-33877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33877"
},
{
"name": "CVE-2024-34402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34402"
},
{
"name": "CVE-2024-34403",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34403"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2024-41996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41996"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2024-46981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46981"
},
{
"name": "CVE-2024-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49203"
},
{
"name": "CVE-2024-5171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5171"
},
{
"name": "CVE-2024-51741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51741"
},
{
"name": "CVE-2024-52522",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52522"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2024-53920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53920"
},
{
"name": "CVE-2024-56378",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56378"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2024-6716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6716"
},
{
"name": "CVE-2025-2153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2153"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-23022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23022"
},
{
"name": "CVE-2025-24528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0524",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35841",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35841"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35844",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35844"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35843",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35843"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35842",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35842"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35846",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35846"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35849",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35849"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35840",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35840"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35847",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35847"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35839",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35839"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35845",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35845"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35848",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35848"
}
]
}
CERTFR-2024-AVI-0145
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une exécution de code arbitraire à distance et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Db2 | IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | N/A | IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions antérieures à v4.8.2 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP7 IF05 | ||
| IBM | QRadar | IBM QRadar Use Case Manager App versions antérieures à 3.9.0 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | WebSphere | IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.1.x.x antérieures à 6.1.0.23 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.3.x.x antérieures à 6.3.0.6 | ||
| IBM | Sterling Connect:Direct | IBM Sterling Connect:Direct Web Services versions 6.2.x.x antérieures à 6.2.0.22 | ||
| IBM | Db2 | IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de sécurité Fixpack cumulatif Db2 | ||
| IBM | Cloud Pak | IBM Cloud Pak for Security versions 1.10.x.x antérieures à 1.10.18.0 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.x.x antérieures à 5.1.2.15 | ||
| IBM | WebSphere | IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20 | ||
| IBM | QRadar WinCollect Agent | IBM QRadar WinCollect Agent versions 10.0.x antérieures à 10.1.9 | ||
| IBM | Spectrum | IBM Spectrum Scale versions 5.1.3.x antérieures à 5.1.9.2 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Cloud APM, Advanced Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 sur Cloud Pak pour Data et Db2 Warehouse sur Cloud Pak for Data versions ant\u00e9rieures \u00e0 v4.8.2",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP7 IF05",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar Use Case Manager App versions ant\u00e9rieures \u00e0 3.9.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 8.5.x.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server Liberty sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.1.x.x ant\u00e9rieures \u00e0 6.1.0.23",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.3.x.x ant\u00e9rieures \u00e0 6.3.0.6",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Connect:Direct Web Services versions 6.2.x.x ant\u00e9rieures \u00e0 6.2.0.22",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud APM, Base Private versions 8.1.4 sans le dernier correctif de s\u00e9curit\u00e9 Fixpack cumulatif Db2",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Cloud Pak for Security versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.18.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.x.x ant\u00e9rieures \u00e0 5.1.2.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server versions 9.x sans le SDK version 8 Service Refresh 8 FP20",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar WinCollect Agent versions 10.0.x ant\u00e9rieures \u00e0 10.1.9",
"product": {
"name": "QRadar WinCollect Agent",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Scale versions 5.1.3.x ant\u00e9rieures \u00e0 5.1.9.2",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2015-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2327"
},
{
"name": "CVE-2023-6681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6681"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49082"
},
{
"name": "CVE-2015-8383",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8383"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"name": "CVE-2023-45142",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45142"
},
{
"name": "CVE-2023-34053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34053"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2021-22925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22925"
},
{
"name": "CVE-2023-46308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46308"
},
{
"name": "CVE-2023-46234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46234"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47747"
},
{
"name": "CVE-2023-47158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47158"
},
{
"name": "CVE-2022-23529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23529"
},
{
"name": "CVE-2023-34054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34054"
},
{
"name": "CVE-2023-30991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30991"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2023-46167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46167"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2023-38740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38740"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2021-33196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33196"
},
{
"name": "CVE-2021-31525",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31525"
},
{
"name": "CVE-2023-38719",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38719"
},
{
"name": "CVE-2023-30987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30987"
},
{
"name": "CVE-2023-45178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
},
{
"name": "CVE-2023-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47701"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2023-23936",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23936"
},
{
"name": "CVE-2023-50308",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50308"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2023-40687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40687"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2015-8381",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8381"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2020-16845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16845"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2015-8392",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8392"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2020-28367",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28367"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"name": "CVE-2015-8395",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8395"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2015-8393",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8393"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-23541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23541"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2023-47627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47627"
},
{
"name": "CVE-2023-26049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26049"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2023-26115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26115"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-32559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32559"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2023-4586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4586"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-40373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40373"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2023-20569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20569"
},
{
"name": "CVE-2023-4206",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4206"
},
{
"name": "CVE-2023-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38728"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3611"
},
{
"name": "CVE-2021-33197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33197"
},
{
"name": "CVE-2023-4128",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4128"
},
{
"name": "CVE-2022-29244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29244"
},
{
"name": "CVE-2021-27918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27918"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2021-4160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4160"
},
{
"name": "CVE-2023-32360",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32360"
},
{
"name": "CVE-2023-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47746"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2020-15586",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15586"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2022-23540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23540"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-42795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42795"
},
{
"name": "CVE-2023-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4207"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-37276",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37276"
},
{
"name": "CVE-2023-23920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23920"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-20593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20593"
},
{
"name": "CVE-2021-3711",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3711"
},
{
"name": "CVE-2023-38720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38720"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2023-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47141"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23918"
},
{
"name": "CVE-2015-8388",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8388"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2023-40692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40692"
},
{
"name": "CVE-2021-41190",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41190"
},
{
"name": "CVE-2023-45193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45193"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2023-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38003"
},
{
"name": "CVE-2023-45648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45648"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2023-47145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47145"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-22190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22190"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2022-40982",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40982"
},
{
"name": "CVE-2023-39976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39976"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2023-38325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38325"
},
{
"name": "CVE-2023-4208",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4208"
},
{
"name": "CVE-2020-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2020-19909",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19909"
},
{
"name": "CVE-2022-48337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48337"
},
{
"name": "CVE-2023-3776",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3776"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2023-44981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44981"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2022-23539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23539"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2015-8385",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8385"
},
{
"name": "CVE-2015-8394",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8394"
},
{
"name": "CVE-2020-29510",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29510"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2015-8391",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8391"
},
{
"name": "CVE-2015-8386",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8386"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-48339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48339"
},
{
"name": "CVE-2015-8387",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8387"
},
{
"name": "CVE-2023-49081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49081"
},
{
"name": "CVE-2021-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3114"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2022-25881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25881"
},
{
"name": "CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"name": "CVE-2023-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38727"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2022-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0778"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-23919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23919"
},
{
"name": "CVE-2020-24553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24553"
},
{
"name": "CVE-2023-29258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29258"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2023-34062",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34062"
},
{
"name": "CVE-2020-28362",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28362"
},
{
"name": "CVE-2023-5676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5676"
},
{
"name": "CVE-2022-36046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36046"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2021-33194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33194"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2002-0059",
"url": "https://www.cve.org/CVERecord?id=CVE-2002-0059"
},
{
"name": "CVE-2023-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43020"
},
{
"name": "CVE-2021-3712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3712"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-27859",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27859"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2015-2328",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2328"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2023-32006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32006"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2023-36665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36665"
},
{
"name": "CVE-2023-46158",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46158"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-40374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40374"
},
{
"name": "CVE-2015-8390",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8390"
},
{
"name": "CVE-2023-46589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46589"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-26048",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26048"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2020-14039",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14039"
},
{
"name": "CVE-2023-40372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40372"
},
{
"name": "CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-47152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47152"
},
{
"name": "CVE-2023-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32002"
},
{
"name": "CVE-2020-28366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28366"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2021-33195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33195"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0145",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-02-16T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9\ndes donn\u00e9es, une ex\u00e9cution de code arbitraire \u00e0 distance et une\n\u00e9l\u00e9vation de privil\u00e8ges.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117872 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117872"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118592 du 16 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118592"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117873 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117873"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118289 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118289"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7118351 du 15 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7118351"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117821 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117821"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117883 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117883"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117881 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117881"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7117884 du 14 f\u00e9vrier 2024",
"url": "https://www.ibm.com/support/pages/node/7117884"
}
]
}
CERTFR-2025-AVI-0256
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans Broadcom VMware Tanzu Greenplum. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Data Copy Utility versions 2.x antérieures à 2.7.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Command Center versions 6.x antérieures à 6.13.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Command Center versions 7.x antérieures à 7.3.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Streaming Server versions 2.x antérieures à 2.0.1 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "VMware Tanzu Greenplum Data Copy Utility versions 2.x ant\u00e9rieures \u00e0 2.7.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Command Center versions 6.x ant\u00e9rieures \u00e0 6.13.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Command Center versions 7.x ant\u00e9rieures \u00e0 7.3.1 ",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Streaming Server versions 2.x ant\u00e9rieures \u00e0 2.0.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0256",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-03-31T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Broadcom VMware Tanzu Greenplum. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Broadcom VMware Tanzu Greenplum",
"vendor_advisories": [
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25562",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25562"
},
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25561",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25561"
},
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25565",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25565"
}
]
}
CERTFR-2025-AVI-0622
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry Windows | ||
| VMware | N/A | Stemcells sans le dernier correctif de sécurité | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu | Anti-Virus sans le dernier correctif de sécurité pour Tanzu version 2.4.0 | ||
| VMware | Tanzu | Scheduler sans le dernier correctif de sécurité pour Tanzu version 2.0.19 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | GenAI sans le dernier correctif de sécurité pour Tanzu Platform pour Cloud Foundry version 10.2.1 | ||
| VMware | Tanzu Application Service | Tanzu Application Service versions antérieures à 1.16.11 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Services sans le dernier correctif de sécurité pour Tanzu version 3.3.8 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Data Flow sans le dernier correctif de sécurité pour Tanzu version 1.14.7 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Application Service | Single Sign-On sans le dernier correctif de sécurité pour Tanzu Application Service version 1.16.11 | ||
| VMware | Tanzu | File Integrity Monitoring sans le dernier correctif de sécurité pour Tanzu version 2.1.47 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.4.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.0.19",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "GenAI sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Platform pour Cloud Foundry version 10.2.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 3.3.8",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 1.14.7",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Application Service version 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.1.47",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2023-28755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28755"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2020-36843",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36843"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-3445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-24579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24579"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-36056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36056"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2023-36617",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36617"
},
{
"name": "CVE-2023-33199",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33199"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2023-30551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30551"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-35929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35929"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2024-52587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52587"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2022-29173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29173"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2024-29902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29902"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2025-47290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47290"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2023-46737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46737"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-4949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4949"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-28756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28756"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-29903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29903"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0622",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35981",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35981"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35967",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35967"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35980",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35980"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35974",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35974"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35979",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35979"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35984",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35984"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35970",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35970"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35983",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35983"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35978",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35978"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35968",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35968"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35973",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35973"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35976",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35976"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35969",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35969"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35966",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35966"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35972",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35972"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35977",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35977"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35982",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35982"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35971",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35971"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35975",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35975"
}
]
}
CERTFR-2025-AVI-0256
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans Broadcom VMware Tanzu Greenplum. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Data Copy Utility versions 2.x antérieures à 2.7.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Command Center versions 6.x antérieures à 6.13.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Command Center versions 7.x antérieures à 7.3.1 | ||
| Broadcom | VMware Tanzu Greenplum | VMware Tanzu Greenplum Streaming Server versions 2.x antérieures à 2.0.1 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "VMware Tanzu Greenplum Data Copy Utility versions 2.x ant\u00e9rieures \u00e0 2.7.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Command Center versions 6.x ant\u00e9rieures \u00e0 6.13.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Command Center versions 7.x ant\u00e9rieures \u00e0 7.3.1 ",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
},
{
"description": "VMware Tanzu Greenplum Streaming Server versions 2.x ant\u00e9rieures \u00e0 2.0.1",
"product": {
"name": "VMware Tanzu Greenplum",
"vendor": {
"name": "Broadcom",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0256",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-03-31T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Broadcom VMware Tanzu Greenplum. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Broadcom VMware Tanzu Greenplum",
"vendor_advisories": [
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25562",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25562"
},
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25561",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25561"
},
{
"published_at": "2025-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Broadcom 25565",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25565"
}
]
}
GHSA-FP86-2355-V99R
Vulnerability from github – Published: 2023-04-06 18:30 – Updated: 2024-11-29 12:31Calling 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.
{
"affected": [],
"aliases": [
"CVE-2023-24537"
],
"database_specific": {
"cwe_ids": [
"CWE-190"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2023-04-06T16:15:00Z",
"severity": "HIGH"
},
"details": "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.",
"id": "GHSA-fp86-2355-v99r",
"modified": "2024-11-29T12:31:47Z",
"published": "2023-04-06T18:30:21Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"type": "WEB",
"url": "https://go.dev/cl/482078"
},
{
"type": "WEB",
"url": "https://go.dev/issue/59180"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2023-1702"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202311-09"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20241129-0004"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
OPENSUSE-SU-2024:12845-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.19-1.19.8-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.19-1.19.8-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12845",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12845-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24534 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24537 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24538 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24538/"
}
],
"title": "go1.19-1.19.8-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12845-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-1.1.aarch64",
"product": {
"name": "go1.19-1.19.8-1.1.aarch64",
"product_id": "go1.19-1.19.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-1.1.aarch64",
"product": {
"name": "go1.19-doc-1.19.8-1.1.aarch64",
"product_id": "go1.19-doc-1.19.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-1.1.aarch64",
"product": {
"name": "go1.19-race-1.19.8-1.1.aarch64",
"product_id": "go1.19-race-1.19.8-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-1.1.ppc64le",
"product": {
"name": "go1.19-1.19.8-1.1.ppc64le",
"product_id": "go1.19-1.19.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-1.1.ppc64le",
"product": {
"name": "go1.19-doc-1.19.8-1.1.ppc64le",
"product_id": "go1.19-doc-1.19.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-1.1.ppc64le",
"product": {
"name": "go1.19-race-1.19.8-1.1.ppc64le",
"product_id": "go1.19-race-1.19.8-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-1.1.s390x",
"product": {
"name": "go1.19-1.19.8-1.1.s390x",
"product_id": "go1.19-1.19.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-1.1.s390x",
"product": {
"name": "go1.19-doc-1.19.8-1.1.s390x",
"product_id": "go1.19-doc-1.19.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-1.1.s390x",
"product": {
"name": "go1.19-race-1.19.8-1.1.s390x",
"product_id": "go1.19-race-1.19.8-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-1.19.8-1.1.x86_64",
"product": {
"name": "go1.19-1.19.8-1.1.x86_64",
"product_id": "go1.19-1.19.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-doc-1.19.8-1.1.x86_64",
"product": {
"name": "go1.19-doc-1.19.8-1.1.x86_64",
"product_id": "go1.19-doc-1.19.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-race-1.19.8-1.1.x86_64",
"product": {
"name": "go1.19-race-1.19.8-1.1.x86_64",
"product_id": "go1.19-race-1.19.8-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64"
},
"product_reference": "go1.19-1.19.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le"
},
"product_reference": "go1.19-1.19.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x"
},
"product_reference": "go1.19-1.19.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-1.19.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64"
},
"product_reference": "go1.19-1.19.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64"
},
"product_reference": "go1.19-doc-1.19.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le"
},
"product_reference": "go1.19-doc-1.19.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x"
},
"product_reference": "go1.19-doc-1.19.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-doc-1.19.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64"
},
"product_reference": "go1.19-doc-1.19.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64"
},
"product_reference": "go1.19-race-1.19.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le"
},
"product_reference": "go1.19-race-1.19.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x"
},
"product_reference": "go1.19-race-1.19.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-race-1.19.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
},
"product_reference": "go1.19-race-1.19.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24534"
}
],
"notes": [
{
"category": "general",
"text": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24534",
"url": "https://www.suse.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "SUSE Bug 1210127 for CVE-2023-24534",
"url": "https://bugzilla.suse.com/1210127"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24536"
}
],
"notes": [
{
"category": "general",
"text": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24536",
"url": "https://www.suse.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "SUSE Bug 1210128 for CVE-2023-24536",
"url": "https://bugzilla.suse.com/1210128"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24537"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24537",
"url": "https://www.suse.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "SUSE Bug 1210129 for CVE-2023-24537",
"url": "https://bugzilla.suse.com/1210129"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24538"
}
],
"notes": [
{
"category": "general",
"text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24538",
"url": "https://www.suse.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "SUSE Bug 1210130 for CVE-2023-24538",
"url": "https://bugzilla.suse.com/1210130"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1.x86_64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.aarch64",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.ppc64le",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.s390x",
"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-24538"
}
]
}
OPENSUSE-SU-2024:12841-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.20-1.20.3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.20-1.20.3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12841",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12841-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24534 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24536 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24537 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24538 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24538/"
}
],
"title": "go1.20-1.20.3-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12841-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-1.1.aarch64",
"product": {
"name": "go1.20-1.20.3-1.1.aarch64",
"product_id": "go1.20-1.20.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-1.1.aarch64",
"product": {
"name": "go1.20-doc-1.20.3-1.1.aarch64",
"product_id": "go1.20-doc-1.20.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.3-1.1.aarch64",
"product": {
"name": "go1.20-libstd-1.20.3-1.1.aarch64",
"product_id": "go1.20-libstd-1.20.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-1.1.aarch64",
"product": {
"name": "go1.20-race-1.20.3-1.1.aarch64",
"product_id": "go1.20-race-1.20.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-1.1.ppc64le",
"product": {
"name": "go1.20-1.20.3-1.1.ppc64le",
"product_id": "go1.20-1.20.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-1.1.ppc64le",
"product": {
"name": "go1.20-doc-1.20.3-1.1.ppc64le",
"product_id": "go1.20-doc-1.20.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.3-1.1.ppc64le",
"product": {
"name": "go1.20-libstd-1.20.3-1.1.ppc64le",
"product_id": "go1.20-libstd-1.20.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-1.1.ppc64le",
"product": {
"name": "go1.20-race-1.20.3-1.1.ppc64le",
"product_id": "go1.20-race-1.20.3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-1.1.s390x",
"product": {
"name": "go1.20-1.20.3-1.1.s390x",
"product_id": "go1.20-1.20.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-1.1.s390x",
"product": {
"name": "go1.20-doc-1.20.3-1.1.s390x",
"product_id": "go1.20-doc-1.20.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.3-1.1.s390x",
"product": {
"name": "go1.20-libstd-1.20.3-1.1.s390x",
"product_id": "go1.20-libstd-1.20.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-1.1.s390x",
"product": {
"name": "go1.20-race-1.20.3-1.1.s390x",
"product_id": "go1.20-race-1.20.3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.20-1.20.3-1.1.x86_64",
"product": {
"name": "go1.20-1.20.3-1.1.x86_64",
"product_id": "go1.20-1.20.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-doc-1.20.3-1.1.x86_64",
"product": {
"name": "go1.20-doc-1.20.3-1.1.x86_64",
"product_id": "go1.20-doc-1.20.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-libstd-1.20.3-1.1.x86_64",
"product": {
"name": "go1.20-libstd-1.20.3-1.1.x86_64",
"product_id": "go1.20-libstd-1.20.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.20-race-1.20.3-1.1.x86_64",
"product": {
"name": "go1.20-race-1.20.3-1.1.x86_64",
"product_id": "go1.20-race-1.20.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64"
},
"product_reference": "go1.20-1.20.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le"
},
"product_reference": "go1.20-1.20.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x"
},
"product_reference": "go1.20-1.20.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-1.20.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64"
},
"product_reference": "go1.20-1.20.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64"
},
"product_reference": "go1.20-doc-1.20.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le"
},
"product_reference": "go1.20-doc-1.20.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x"
},
"product_reference": "go1.20-doc-1.20.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-doc-1.20.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64"
},
"product_reference": "go1.20-doc-1.20.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64"
},
"product_reference": "go1.20-libstd-1.20.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le"
},
"product_reference": "go1.20-libstd-1.20.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x"
},
"product_reference": "go1.20-libstd-1.20.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-libstd-1.20.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64"
},
"product_reference": "go1.20-libstd-1.20.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64"
},
"product_reference": "go1.20-race-1.20.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le"
},
"product_reference": "go1.20-race-1.20.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x"
},
"product_reference": "go1.20-race-1.20.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.20-race-1.20.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
},
"product_reference": "go1.20-race-1.20.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24534"
}
],
"notes": [
{
"category": "general",
"text": "HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24534",
"url": "https://www.suse.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "SUSE Bug 1210127 for CVE-2023-24534",
"url": "https://bugzilla.suse.com/1210127"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-24536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24536"
}
],
"notes": [
{
"category": "general",
"text": "Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24536",
"url": "https://www.suse.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "SUSE Bug 1210128 for CVE-2023-24536",
"url": "https://bugzilla.suse.com/1210128"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-24536"
},
{
"cve": "CVE-2023-24537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24537"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24537",
"url": "https://www.suse.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "SUSE Bug 1210129 for CVE-2023-24537",
"url": "https://bugzilla.suse.com/1210129"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24537"
},
{
"cve": "CVE-2023-24538",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24538"
}
],
"notes": [
{
"category": "general",
"text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24538",
"url": "https://www.suse.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "SUSE Bug 1210130 for CVE-2023-24538",
"url": "https://bugzilla.suse.com/1210130"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1.x86_64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.aarch64",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.ppc64le",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.s390x",
"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-24538"
}
]
}
FKIE_CVE-2023-24537
Vulnerability from fkie_nvd - Published: 2023-04-06 16:15 - Updated: 2025-02-12 17:157.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/482078 | Issue Tracking, Patch | |
| security@golang.org | https://go.dev/issue/59180 | Issue Tracking, Patch | |
| security@golang.org | https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8 | Mailing List, Vendor Advisory | |
| security@golang.org | https://pkg.go.dev/vuln/GO-2023-1702 | Vendor Advisory | |
| security@golang.org | https://security.gentoo.org/glsa/202311-09 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/cl/482078 | Issue Tracking, Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/issue/59180 | Issue Tracking, Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8 | Mailing List, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://pkg.go.dev/vuln/GO-2023-1702 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202311-09 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20241129-0004/ |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5932E25E-7F00-4D6E-AFF8-4C5797AE628B",
"versionEndExcluding": "1.19.8",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "66CADC8B-8F8A-493C-8819-852F0AE224AC",
"versionEndExcluding": "1.20.3",
"versionStartIncluding": "1.20.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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."
}
],
"id": "CVE-2023-24537",
"lastModified": "2025-02-12T17:15:13.973",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2023-04-06T16:15:07.753",
"references": [
{
"source": "security@golang.org",
"tags": [
"Issue Tracking",
"Patch"
],
"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": [
"Mailing List",
"Vendor Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1702"
},
{
"source": "security@golang.org",
"url": "https://security.gentoo.org/glsa/202311-09"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking",
"Patch"
],
"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": [
"Mailing List",
"Vendor Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1702"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://security.gentoo.org/glsa/202311-09"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://security.netapp.com/advisory/ntap-20241129-0004/"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GSD-2023-24537
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2023-24537",
"id": "GSD-2023-24537"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-24537"
],
"details": "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.",
"id": "GSD-2023-24537",
"modified": "2023-12-13T01:20:57.679028Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2023-24537",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "go/scanner",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "0",
"version_value": "1.19.8"
},
{
"version_affected": "\u003c",
"version_name": "1.20.0-0",
"version_value": "1.20.3"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
},
"credits": [
{
"lang": "en",
"value": "Philippe Antoine (Catena cyber)"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/issue/59180",
"refsource": "MISC",
"url": "https://go.dev/issue/59180"
},
{
"name": "https://go.dev/cl/482078",
"refsource": "MISC",
"url": "https://go.dev/cl/482078"
},
{
"name": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"refsource": "MISC",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
},
{
"name": "https://pkg.go.dev/vuln/GO-2023-1702",
"refsource": "MISC",
"url": "https://pkg.go.dev/vuln/GO-2023-1702"
},
{
"name": "https://security.gentoo.org/glsa/202311-09",
"refsource": "MISC",
"url": "https://security.gentoo.org/glsa/202311-09"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.20.3",
"versionStartIncluding": "1.20.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.19.8",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2023-24537"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/cl/482078",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://go.dev/cl/482078"
},
{
"name": "https://go.dev/issue/59180",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://go.dev/issue/59180"
},
{
"name": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"refsource": "MISC",
"tags": [
"Mailing List",
"Vendor Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
},
{
"name": "https://pkg.go.dev/vuln/GO-2023-1702",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1702"
},
{
"name": "https://security.gentoo.org/glsa/202311-09",
"refsource": "",
"tags": [],
"url": "https://security.gentoo.org/glsa/202311-09"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-11-25T11:15Z",
"publishedDate": "2023-04-06T16:15Z"
}
}
}
MSRC_CVE-2023-24537
Vulnerability from csaf_microsoft - Published: 2023-04-01 00:00 - Updated: 2025-09-04 02:29Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-24537 Infinite loop in parsing in go/scanner - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-24537.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Infinite loop in parsing in go/scanner",
"tracking": {
"current_release_date": "2025-09-04T02:29:22.000Z",
"generator": {
"date": "2025-10-20T00:24:23.694Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-24537",
"initial_release_date": "2023-04-01T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-04T02:29:22.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.18.8-7",
"product": {
"name": "\u003ccbl2 golang 1.18.8-7",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.18.8-7",
"product": {
"name": "cbl2 golang 1.18.8-7",
"product_id": "19785"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.17.13-2",
"product": {
"name": "\u003ccbl2 golang 1.17.13-2",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.17.13-2",
"product": {
"name": "cbl2 golang 1.17.13-2",
"product_id": "19778"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.21.6-1",
"product": {
"name": "\u003ccbl2 golang 1.21.6-1",
"product_id": "14"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.21.6-1",
"product": {
"name": "cbl2 golang 1.21.6-1",
"product_id": "17375"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.20.7-1",
"product": {
"name": "\u003ccbl2 golang 1.20.7-1",
"product_id": "10"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.20.7-1",
"product": {
"name": "cbl2 golang 1.20.7-1",
"product_id": "18138"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 golang 1.20.7-1",
"product": {
"name": "\u003cazl3 golang 1.20.7-1",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "azl3 golang 1.20.7-1",
"product": {
"name": "azl3 golang 1.20.7-1",
"product_id": "18141"
}
}
],
"category": "product_name",
"name": "golang"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 msft-golang 1.20.11-1",
"product": {
"name": "\u003ccbl2 msft-golang 1.20.11-1",
"product_id": "11"
}
},
{
"category": "product_version",
"name": "cbl2 msft-golang 1.20.11-1",
"product": {
"name": "cbl2 msft-golang 1.20.11-1",
"product_id": "18136"
}
}
],
"category": "product_name",
"name": "msft-golang"
},
{
"category": "product_name",
"name": "azl3 gcc 13.2.0-7",
"product": {
"name": "azl3 gcc 13.2.0-7",
"product_id": "8"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.23.9-1",
"product": {
"name": "azl3 golang 1.23.9-1",
"product_id": "6"
}
},
{
"category": "product_name",
"name": "azl3 tensorflow 2.16.1-9",
"product": {
"name": "azl3 tensorflow 2.16.1-9",
"product_id": "12"
}
},
{
"category": "product_name",
"name": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "azl3 python-tensorboard 2.16.2-6",
"product_id": "5"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.24.3-1",
"product": {
"name": "azl3 golang 1.24.3-1",
"product_id": "4"
}
},
{
"category": "product_name",
"name": "cbl2 tensorflow 2.11.1-2",
"product": {
"name": "cbl2 tensorflow 2.11.1-2",
"product_id": "7"
}
},
{
"category": "product_name",
"name": "cbl2 python-tensorboard 2.11.0-3",
"product": {
"name": "cbl2 python-tensorboard 2.11.0-3",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.23.7-1",
"product": {
"name": "azl3 golang 1.23.7-1",
"product_id": "13"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gcc 13.2.0-7 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.9-1 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.18.8-7 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.18.8-7 as a component of CBL Mariner 2.0",
"product_id": "19785-17086"
},
"product_reference": "19785",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.17.13-2 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.17.13-2 as a component of CBL Mariner 2.0",
"product_id": "19778-17086"
},
"product_reference": "19778",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 2.16.1-9 as a component of Azure Linux 3.0",
"product_id": "17084-12"
},
"product_reference": "12",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-tensorboard 2.16.2-6 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.24.3-1 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.21.6-1 as a component of CBL Mariner 2.0",
"product_id": "17086-14"
},
"product_reference": "14",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.21.6-1 as a component of CBL Mariner 2.0",
"product_id": "17375-17086"
},
"product_reference": "17375",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 msft-golang 1.20.11-1 as a component of CBL Mariner 2.0",
"product_id": "17086-11"
},
"product_reference": "11",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 msft-golang 1.20.11-1 as a component of CBL Mariner 2.0",
"product_id": "18136-17086"
},
"product_reference": "18136",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.20.7-1 as a component of CBL Mariner 2.0",
"product_id": "17086-10"
},
"product_reference": "10",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.20.7-1 as a component of CBL Mariner 2.0",
"product_id": "18138-17086"
},
"product_reference": "18138",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 golang 1.20.7-1 as a component of Azure Linux 3.0",
"product_id": "17084-9"
},
"product_reference": "9",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.20.7-1 as a component of Azure Linux 3.0",
"product_id": "18141-17084"
},
"product_reference": "18141",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 tensorflow 2.11.1-2 as a component of CBL Mariner 2.0",
"product_id": "17086-7"
},
"product_reference": "7",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-tensorboard 2.11.0-3 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.7-1 as a component of Azure Linux 3.0",
"product_id": "17084-13"
},
"product_reference": "13",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-6",
"17084-12",
"17084-5",
"17084-4",
"17086-7",
"17086-3"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-8",
"17084-13"
]
}
],
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19785-17086",
"19778-17086",
"17375-17086",
"18136-17086",
"18138-17086",
"18141-17084"
],
"known_affected": [
"17086-1",
"17086-2",
"17086-14",
"17086-11",
"17086-10",
"17084-9"
],
"known_not_affected": [
"17084-8",
"17084-6",
"17084-12",
"17084-5",
"17084-4",
"17086-7",
"17086-3",
"17084-13"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-24537 Infinite loop in parsing in go/scanner - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-24537.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T02:29:22.000Z",
"details": "Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1",
"17086-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-04T02:29:22.000Z",
"details": "1.21.6-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-14"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-04T02:29:22.000Z",
"details": "1.20.11-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-11"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-04T02:29:22.000Z",
"details": "1.20.7-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-10",
"17084-9"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-1",
"17086-2",
"17086-14",
"17086-11",
"17086-10",
"17084-9"
]
}
],
"title": "Infinite loop in parsing in go/scanner"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.